Upgrade Django to 2.0.3, yay!

This commit is contained in:
Danielle McLean 2018-03-21 22:02:27 +11:00
parent 452dd3f47d
commit 365110544c
Signed by untrusted user: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
3 changed files with 6 additions and 6 deletions

View file

@ -12,7 +12,7 @@ python_version = '3.6'
[packages]
django = ">=1.11,<2.0"
django = "*"
django-compressor = "*"
gunicorn = "*"
"psycopg2" = "*"