mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-04-12 12:54:20 +03:00
Merge pull request #2699 from pydanny/fix-pyup-duplicated-requirements
Import base requirements without the leading dot
This commit is contained in:
commit
8d52025c20
|
@ -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