1 PIP_OPTIONS
:= --extra-index-url
=https
://pypi.auf.org
/
2 TARGET
:= django_14 django_auf django_auf_common django_auf_dev squeeze wheezy
7 requirements
/%.txt
: seeds
/%.txt
9 freeze-requirements freeze
$< -m
$@
12 pip
install -r
$< -t sdk
/$@
$(PIP_OPTIONS
)
14 touch sdk
/auf
/auf
/__init__.py || true
15 touch sdk
/auf
/auf
/django
/__init__.py || true
17 .PRECIOUS
: requirements
/%.txt