Merge pull request #407 from thesuperzapper/pin-cryptography-38
pin cryptography < 38.0.0 (fix pip install)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user