From 272cb78af10ebee804ea1241d448dba9be75bf4a Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Wed, 5 Oct 2016 18:24:25 -0700 Subject: [PATCH] bump txtorcon dep to 0.17.0 This is the first version that allows us to use unix-domain control ports for the launched tor. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 61f75d95d..88eac5e41 100644 --- a/setup.py +++ b/setup.py @@ -273,7 +273,7 @@ setup(name="tahoe-lafs", # also set in __init__.py "mock", "tox", "foolscap[tor] >= 0.12.3", - "txtorcon", # in case pip's resolver doesn't work + "txtorcon >= 0.17.0", # in case pip's resolver doesn't work "foolscap[i2p]", "txi2p", # in case pip's resolver doesn't work "pytest", @@ -281,7 +281,7 @@ setup(name="tahoe-lafs", # also set in __init__.py ], "tor": [ "foolscap[tor] >= 0.12.3", - "txtorcon", # in case pip's resolver doesn't work + "txtorcon >= 0.17.0", # in case pip's resolver doesn't work ], "i2p": [ "foolscap[i2p]",