Use >=2.2 for cryptography.io

pull/93/head
tuxxy 2018-03-19 23:07:11 -06:00
parent 6e687bbccb
commit 6afa11717b
1 changed files with 2 additions and 2 deletions

View File

@ -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"