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

There is a lingering ipaddress dependency declaration #374

Closed exarkun closed 1 year ago

exarkun commented 1 year ago

requirements.txt still declares ipaddress as a dependency for Python 2 but I don't believe txtorcon supports Python 2 anymore. This is probably mostly harmless but there doesn't seem to be any reason to keep it there.

meejah commented 1 year ago

Thanks (I just "actually" dropped python2 a couple days ago, missed this I guess ;) )