diff --git a/deploy/requirements.txt b/deploy/requirements.txt index ae2a33c..54b4aa3 100644 --- a/deploy/requirements.txt +++ b/deploy/requirements.txt @@ -1,5 +1,5 @@ -Django<1.10 -djangorestframework==3.3.3 +django==1.9.6 +djangorestframework==3.4.0 pillow jsonfield otpauth @@ -7,3 +7,4 @@ flake8-quotes pytz coverage python-dateutil +celery \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index f17f7a4..a972bb2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,9 @@ django==1.9.6 djangorestframework==3.4.0 -dateutil otpauth pillow python-dateutil celery -Envelopes \ No newline at end of file +Envelopes +pytz +jsonfield \ No newline at end of file diff --git a/reset_password_email.html b/reset_password_email.html deleted file mode 100644 index e69de29..0000000