Fixes #751: Relax version constraint on python-cryptography

This commit is contained in:
Jeremy Stretch 2016-12-26 10:55:14 -05:00
parent 0ac3e91e3b
commit cf796fb40f

View File

@ -1,5 +1,5 @@
cffi>=1.8
cryptography==1.4
cryptography>=1.4
Django>=1.10
django-debug-toolbar>=1.6
django-filter==0.13.0