Lock Django to 1.11 in Pipfile, so it won't accidentally upgrade to 2 when I try to install unrelated packages
This commit is contained in:
parent
40ead1bbe1
commit
957fc4ada7
2 changed files with 27 additions and 17 deletions
2
Pipfile
2
Pipfile
|
@ -12,7 +12,7 @@ python_version = '3.6'
|
|||
|
||||
[packages]
|
||||
|
||||
django = "*"
|
||||
django = ">=1.11,<2.0"
|
||||
django-compressor = "*"
|
||||
gunicorn = "*"
|
||||
"psycopg2" = "*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue