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.
This commit is contained in:
Brian Warner 2016-10-05 18:24:25 -07:00
parent ea1c1d27de
commit 272cb78af1

View File

@ -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]",