mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-28 11:26:26 -06:00
Fixes #751: Relax version constraint on python-cryptography
This commit is contained in:
parent
fb89772585
commit
89912749ae
@ -1,5 +1,5 @@
|
|||||||
cffi>=1.8
|
cffi>=1.8
|
||||||
cryptography==1.4
|
cryptography>=1.4
|
||||||
Django>=1.10
|
Django>=1.10
|
||||||
django-debug-toolbar>=1.6
|
django-debug-toolbar>=1.6
|
||||||
django-filter==0.13.0
|
django-filter==0.13.0
|
||||||
|
Loading…
Reference in New Issue
Block a user