Use relative -r path in production.txt

This commit is contained in:
Nikita P. Shupeyko 2018-05-07 20:30:14 +03:00
parent 5c166b28a9
commit 35b2aac87a
No known key found for this signature in database
GPG Key ID: 3A5F7A4EF20FB030

View File

@ -1,6 +1,6 @@
# PRECAUTION: avoid production dependencies that aren't in development
-r base.txt
-r ./base.txt
gunicorn==19.8.1 # https://github.com/benoitc/gunicorn
psycopg2==2.7.4 --no-binary psycopg2 # https://github.com/psycopg/psycopg2