Adjusted python and Django versions to match conservative Debian versions (per our tech stack plan).

This commit is contained in:
kououken 2018-12-20 12:18:37 -06:00
parent 0f03533408
commit 6be348c110

View file

@ -6,7 +6,7 @@ verify_ssl = true
[dev-packages]
[packages]
django = "*"
django = "==1.10.7"
gunicorn = "==19.6.0"
[requires]