From 6afa11717bda50be24db228a4a8630bf705a2832 Mon Sep 17 00:00:00 2001 From: tuxxy Date: Mon, 19 Mar 2018 23:07:11 -0600 Subject: [PATCH] Use >=2.2 for cryptography.io --- Pipfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pipfile b/Pipfile index ddb5699..5e4cba7 100644 --- a/Pipfile +++ b/Pipfile @@ -7,7 +7,7 @@ name = "pypi" [packages] -cryptography = "==2.2" +cryptography = ">=2.2" pynacl = "*" @@ -22,4 +22,4 @@ pytest-mock = "*" codecov = "*" sphinx = "*" sphinx-autobuild = "*" -cryptography = "==2.2" +cryptography = ">=2.2"