MAINT: Upgrade to Django 1.11 (#45)
This commit is contained in:
parent
17899ad7c7
commit
a482019a81
15 changed files with 101 additions and 67 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue