ReneVolution / profanity-omemo-plugin

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

bitkeks commented 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.

aereaux commented 6 years ago

Is there a problem with this fix? It seems like this bug is holding up other pull requests.