ENH: Upgrade versions (django 1.10) (#8)

This commit is contained in:
Matthew Ryan Dillon 2016-08-14 20:12:12 -07:00 committed by GitHub
parent 76e5f1dc58
commit 0745af67a6
7 changed files with 46 additions and 40 deletions

View file

@ -1,28 +1,25 @@
django==1.8.13
django==1.10
# Configuration
django-environ==0.4.0
django-secure==1.0.1
whitenoise==3.2
# Views
django-extra-views==0.7.1
whitenoise==3.2.1
# DB
psycopg2==2.6.1
psycopg2==2.6.2
# Time zones support
pytz==2016.4
pytz==2016.6.1
# Date/time strings
python-dateutil==2.5.3
# HTTP
requests==2.10.0
requests==2.11.0
# REST
djangorestframework==3.3.3
djangorestframework==3.4.4
django-cors-headers==1.1.0
django-filter==0.13.0
djoser==0.4.3
django-filter==0.14.0
djoser==0.5.0
git+git://github.com/thermokarst/drf_ember_pagination.git

View file

@ -1,9 +1,9 @@
-r base.txt
Werkzeug==0.11.10
django-debug-toolbar==1.4
django-extensions==1.6.7
flake8==2.5.4
django-debug-toolbar==1.5
django-extensions==1.7.1
flake8==3.0.4
pygraphviz==1.3.1
ipython==4.2.0
ipython==5.1.0
factory-boy==2.7.0