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

Limit <v2.0 installations to Django 1.10

This commit is contained in:
Jeremy Stretch
2017-04-05 11:34:04 -04:00
parent 7766e1f684
commit 78b0072051

View File

@@ -1,6 +1,6 @@
cffi>=1.8
cryptography>=1.4
Django>=1.10
Django>=1.10,<1.11
django-debug-toolbar>=1.6
django-filter>=1.0.1
django-mptt==0.8.7