From b0224cc08c821ff62130c074c6da1da09cb9ef43 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Thu, 25 May 2017 01:19:34 -0700 Subject: [PATCH] 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. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e759d74..93e19c3 100644 --- a/setup.py +++ b/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,