This commit is contained in:
Michael Greene
2022-11-23 17:55:41 -08:00
parent 94c749846b
commit b23d0832c5
2 changed files with 2 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
cryptography>=2.6 cryptography>=3.3.2
pyasn1 pyasn1

View File

@@ -41,7 +41,7 @@ packages =
pgpy.packet.subpackets pgpy.packet.subpackets
# TODO: fix support for cryptography >= 38.0.0 (https://github.com/SecurityInnovation/PGPy/issues/402) # TODO: fix support for cryptography >= 38.0.0 (https://github.com/SecurityInnovation/PGPy/issues/402)
install_requires = install_requires =
cryptography>=2.6,<38 cryptography>=3.3.2
pyasn1 pyasn1
python_requires = >=3.6 python_requires = >=3.6