1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Updated middleware for Django 1.10

This commit is contained in:
Jeremy Stretch
2016-12-26 10:48:15 -05:00
parent e8684240a7
commit 0ac3e91e3b
3 changed files with 11 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
cffi>=1.8
cryptography==1.4
Django==1.10
django-debug-toolbar==1.4
Django>=1.10
django-debug-toolbar>=1.6
django-filter==0.13.0
django-rest-swagger==0.3.10
django-tables2==1.2.1
@@ -15,5 +15,5 @@ paramiko==2.0.0
psycopg2==2.6.1
py-gfm==0.1.3
pycrypto==2.6.1
sqlparse==0.1.19
sqlparse>=0.2
xmltodict==0.10.2