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:
parent
598ab8b62a
commit
b0224cc08c
4
setup.py
4
setup.py
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user