mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-23 14:52:26 +00:00
parent
bfae038d46
commit
9b53cc7676
4
setup.py
4
setup.py
@ -276,7 +276,7 @@ setup(name="tahoe-lafs", # also set in __init__.py
|
||||
"tox",
|
||||
"foolscap[tor] >= 0.12.5",
|
||||
"txtorcon >= 0.17.0", # in case pip's resolver doesn't work
|
||||
"foolscap[i2p]",
|
||||
"foolscap[i2p] >= 0.12.6",
|
||||
"txi2p >= 0.3.1", # in case pip's resolver doesn't work
|
||||
"pytest",
|
||||
"pytest-twisted",
|
||||
@ -286,7 +286,7 @@ setup(name="tahoe-lafs", # also set in __init__.py
|
||||
"txtorcon >= 0.17.0", # in case pip's resolver doesn't work
|
||||
],
|
||||
"i2p": [
|
||||
"foolscap[i2p]",
|
||||
"foolscap[i2p] >= 0.12.6",
|
||||
"txi2p >= 0.3.1", # in case pip's resolver doesn't work
|
||||
],
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user