maxpmaxp / pdfreader

Python API for PDF documents
MIT License
113 stars 26 forks source link

Pycrypto is unmaintained and breaks during setup.py install #59

Closed cdietschrun closed 3 years ago

cdietschrun commented 3 years ago

Direct dependency pycrypto is EOL and unmaintained and breaks during install:

https://github.com/pycrypto/pycrypto/issues/310 https://github.com/pycrypto/pycrypto/issues/301

They are trying to EOL pycrypto. There are alternative libraries for crypto that should be used like cryptography or pycryptodome

maxpmaxp commented 3 years ago

@cdietschrun Thank you. Going to switch to cryptography or pycryptodome

maxpmaxp commented 3 years ago

Fixed on master. v0.1.7.dev1