Don't include base requirements with dot in front

See https://github.com/pyupio/pyup/issues/390
This commit is contained in:
Bruno Alla 2020-07-24 17:38:29 +01:00
parent 3dedd4dd4b
commit 21c56bb97a
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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