pin cryptography < 38.0.0

This commit is contained in:
Mathew Wicks
2022-11-01 16:32:00 +11:00
parent 02766befcd
commit ab706919d5

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