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

Updated package requirements

This commit is contained in:
Jeremy Stretch
2017-10-11 15:11:51 -04:00
parent b301b8f6f2
commit 990c9d6f7c
2 changed files with 6 additions and 17 deletions

View File

@@ -1,13 +1,11 @@
cffi>=1.8
cryptography>=1.8
Django>=1.11
django-cors-headers>=2.0
django-debug-toolbar>=1.7
django-filter>=1.0.2
Django>=1.11,<2.0
django-cors-headers>=2.1
django-debug-toolbar>=1.8
django-filter>=1.0.4
django-mptt==0.8.7
django-rest-swagger>=2.1.0
django-tables2>=1.7.0
djangorestframework>=3.6.2
django-tables2>=1.10.0
djangorestframework>=3.6.4
graphviz>=0.6
Markdown>=2.6.7
natsort>=5.0.0
@@ -18,5 +16,4 @@ Pillow>=4.0.0
psycopg2>=2.7.3
py-gfm>=0.1.3
pycryptodome>=3.4.7
sqlparse>=0.2
xmltodict>=0.10.2