Adjusted python and Django versions to match conservative Debian versions (per our tech stack plan).
This commit is contained in:
parent
0f03533408
commit
6be348c110
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ verify_ssl = true
|
||||||
[dev-packages]
|
[dev-packages]
|
||||||
|
|
||||||
[packages]
|
[packages]
|
||||||
django = "*"
|
django = "==1.10.7"
|
||||||
gunicorn = "==19.6.0"
|
gunicorn = "==19.6.0"
|
||||||
|
|
||||||
[requires]
|
[requires]
|
||||||
|
|
Loading…
Reference in a new issue