A Python plugin to use (axolotl / Signal Protocol) encryption for the profanity XMPP messenger
GNU General Public License v3.0
64
stars
14
forks
source link
Fix tox.ini deprecated arguments and setup.py pycrypto dep #50
Closed
bitkeks closed 6 years ago
In tox.ini, pip used deprecated arguments, see https://pip.pypa.io/en/stable/news/#b1-2018-03-31
In setup.py, non-PyPy installations did not require pycrypto, but the import of Crypto.* fails if pycrypto is not installed.