Merge pull request #2699 from pydanny/fix-pyup-duplicated-requirements

Import base requirements without the leading dot
This commit is contained in:
Bruno Alla 2020-07-24 17:55:47 +01:00 committed by GitHub
commit 8d52025c20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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