require txtorcon-0.19.3, for socks-port bugfix

We needed the fix for https://github.com/meejah/txtorcon/issues/237 so that
connect-to-running-tor works.
This commit is contained in:
Brian Warner 2017-05-25 01:19:34 -07:00
parent 598ab8b62a
commit b0224cc08c

View File

@ -38,8 +38,8 @@ setup(name="magic-wormhole",
],
extras_require={
':sys_platform=="win32"': ["pypiwin32"],
"tor": ["txtorcon >= 0.19.2"],
"dev": ["mock", "tox", "pyflakes", "txtorcon >= 0.19.2"],
"tor": ["txtorcon >= 0.19.3"],
"dev": ["mock", "tox", "pyflakes", "txtorcon >= 0.19.3"],
},
test_suite="wormhole.test",
cmdclass=commands,