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 dependencies to setuptools setup() install_requires parameter. #16

Closed aagbsn closed 12 years ago

aagbsn commented 12 years ago

Allows setuptools to resolve the dependency chain if txtorcon is itself a dependency of a project.

meejah commented 12 years ago

the requirements.txt seemed to be needed to work with ReadTheDocs.org -- I should put a comment in about that or figure out another way. Thanks for the patch!.

meejah commented 12 years ago

ReadTheDocs is happy without the requirements.txt now. Awesome!