mirror of https://github.com/nucypher/pyUmbral.git
Use >=2.2 for cryptography.io
parent
6e687bbccb
commit
6afa11717b
4
Pipfile
4
Pipfile
|
@ -7,7 +7,7 @@ name = "pypi"
|
||||||
|
|
||||||
[packages]
|
[packages]
|
||||||
|
|
||||||
cryptography = "==2.2"
|
cryptography = ">=2.2"
|
||||||
pynacl = "*"
|
pynacl = "*"
|
||||||
|
|
||||||
|
|
||||||
|
@ -22,4 +22,4 @@ pytest-mock = "*"
|
||||||
codecov = "*"
|
codecov = "*"
|
||||||
sphinx = "*"
|
sphinx = "*"
|
||||||
sphinx-autobuild = "*"
|
sphinx-autobuild = "*"
|
||||||
cryptography = "==2.2"
|
cryptography = ">=2.2"
|
||||||
|
|
Loading…
Reference in New Issue