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"