From 528aa9595434fff4b123cf37d6e222afbf7a8870 Mon Sep 17 00:00:00 2001 From: Peter Hamilton <peter.allen.hamilton@gmail.com> Date: Fri, 7 Jul 2017 08:24:40 -0400 Subject: [PATCH] Update requirements to match required features This change bumps the required version for cryptography to match what's currently needed by the software server. Closes #301 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 155cefb..3170237 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -cryptography>=1.1 +cryptography>=1.3 enum34 six>=1.9.0 sqlalchemy>=1.0