meejah / txtorcon

Twisted-based asynchronous Tor control protocol implementation. Includes unit-tests, examples, state-tracking code and configuration abstraction.
http://fjblvrw2jrxnhtg67qpbzi45r7ofojaoo3orzykesly2j3c2m3htapid.onion/
MIT License
250 stars 72 forks source link

Add cryptography to requirements #334

Closed llchan closed 5 years ago

llchan commented 5 years ago

I believe cryptography is required to import txtorcon, so it should be added to requirements.txt

meejah commented 5 years ago

Yes, true, the semi-recent onion.py stuff does import things from cryptography. This is already a dependency "by accident" because of Twisted, but it should be explicit yes.

glowatsk commented 5 years ago

Cryptography is in requirements.txt explicitly, this should no be closed.

meejah commented 5 years ago

Yes, thanks!