MAINT: Upgrade to Django 1.11 (#45)

This commit is contained in:
Matthew Ryan Dillon 2018-01-25 06:51:32 -07:00 committed by GitHub
parent 17899ad7c7
commit a482019a81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 101 additions and 67 deletions

View file

@ -1,4 +1,4 @@
django==1.10.8
django==1.11.9
# Configuration
django-environ==0.4.1
@ -17,8 +17,8 @@ python-dateutil==2.5.3
requests==2.11.0
# REST
djangorestframework==3.6.4
djangorestframework==3.7.7
django-cors-headers==1.3.1
django-filter==1.1
djoser==0.7.0
djangorestframework-jsonapi==2.1.1
djangorestframework-jsonapi==2.2.0

View file

@ -1,7 +1,7 @@
-r base.txt
Werkzeug==0.11.10
django-extensions==1.7.1
django-extensions==1.9.9
flake8==3.0.4
pygraphviz==1.3.1
ipython==5.1.0