From 89912749ae647b0a85fa0a9a11b34057e2d5a8fe Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 26 Dec 2016 10:55:14 -0500 Subject: [PATCH] Fixes #751: Relax version constraint on python-cryptography --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5cbb0625e..5add95280 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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