mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-26 03:24:01 +03:00
Don't include base requirements with dot in front
See https://github.com/pyupio/pyup/issues/390
This commit is contained in:
parent
3dedd4dd4b
commit
21c56bb97a
|
@ -1,4 +1,4 @@
|
|||
-r ./base.txt
|
||||
-r base.txt
|
||||
|
||||
Werkzeug==1.0.1 # https://github.com/pallets/werkzeug
|
||||
ipdb==0.13.3 # https://github.com/gotcha/ipdb
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# PRECAUTION: avoid production dependencies that aren't in development
|
||||
|
||||
-r ./base.txt
|
||||
-r base.txt
|
||||
|
||||
gunicorn==20.0.4 # https://github.com/benoitc/gunicorn
|
||||
psycopg2==2.8.5 --no-binary psycopg2 # https://github.com/psycopg/psycopg2
|
||||
|
|
Loading…
Reference in New Issue
Block a user