Merge pull request #47 from dinhxuanvu/django-version

Fix Django version incompatible for Python 3.3
This commit is contained in:
Ben Parees 2016-06-27 10:34:32 -04:00 committed by GitHub
commit 70d28615a8
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
Django==1.9.5
django>=1.8,<1.9
django-debug-toolbar==1.4
gunicorn==19.4.5
psycopg2==2.6.1