Fix deploy requirements.txt

This commit is contained in:
Chiaki
2017-04-18 14:40:36 +08:00
parent c6f49c1fe7
commit 2c4518e803
3 changed files with 6 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
Django<1.10 django==1.9.6
djangorestframework==3.3.3 djangorestframework==3.4.0
pillow pillow
jsonfield jsonfield
otpauth otpauth
@@ -7,3 +7,4 @@ flake8-quotes
pytz pytz
coverage coverage
python-dateutil python-dateutil
celery

View File

@@ -1,8 +1,9 @@
django==1.9.6 django==1.9.6
djangorestframework==3.4.0 djangorestframework==3.4.0
dateutil
otpauth otpauth
pillow pillow
python-dateutil python-dateutil
celery celery
Envelopes Envelopes
pytz
jsonfield