We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94c7498 commit b23d083Copy full SHA for b23d083
requirements.txt
@@ -1,2 +1,2 @@
1
-cryptography>=2.6
+cryptography>=3.3.2
2
pyasn1
setup.cfg
@@ -41,7 +41,7 @@ packages =
41
pgpy.packet.subpackets
42
# TODO: fix support for cryptography >= 38.0.0 (https://github.com/SecurityInnovation/PGPy/issues/402)
43
install_requires =
44
- cryptography>=2.6,<38
+ cryptography>=3.3.2
45
46
python_requires = >=3.6
47
0 commit comments