Merge pull request #47 from dinhxuanvu/django-version
Fix Django version incompatible for Python 3.3
This commit is contained in:
commit
70d28615a8
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
Django==1.9.5
|
django>=1.8,<1.9
|
||||||
django-debug-toolbar==1.4
|
django-debug-toolbar==1.4
|
||||||
gunicorn==19.4.5
|
gunicorn==19.4.5
|
||||||
psycopg2==2.6.1
|
psycopg2==2.6.1
|
||||||
|
|
Loading…
Reference in a new issue