mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-18 02:40:07 +00:00
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:
parent
ea1c1d27de
commit
272cb78af1
4
setup.py
4
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]",
|
||||
|
Loading…
Reference in New Issue
Block a user