ronys / pypwsafe

A pure-Python library that can read and write Password Safe v3 files, originally by Paulson McIntyre
http://pwsafe.org
Other
66 stars 23 forks source link

python-mcrypt is no longer available #14

Closed Bastian82 closed 2 years ago

Bastian82 commented 2 years ago

Due to the fact that python2 is obsolete now package name was changed for python2-mcrypt.

Requirements in setup.py need to be updated.

install_requires = [ 'distribute', 'python2-mcrypt', 'hashlib', 'pycrypto', ]

README.md also need to be updated