Merge pull request #407 from thesuperzapper/pin-cryptography-38

pin cryptography < 38.0.0 (fix pip install)
This commit is contained in:
Michael Greene
2022-11-02 21:14:56 -07:00
committed by GitHub

View File

@@ -40,8 +40,9 @@ packages =
pgpy
pgpy.packet
pgpy.packet.subpackets
install_requires =
cryptography>=2.6
# TODO: fix support for cryptography >= 38.0.0 (https://github.com/SecurityInnovation/PGPy/issues/402)
install_requires =
cryptography>=2.6,<38
pyasn1
six>=1.9.0
python_requires = >=3.5