mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-03 11:44:11 +00:00
Use txi2p 0.3.2 to work around SSL issue
See https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2861#comment:14
This commit is contained in:
parent
9b53cc7676
commit
f139f46803
4
setup.py
4
setup.py
@ -277,7 +277,7 @@ setup(name="tahoe-lafs", # also set in __init__.py
|
|||||||
"foolscap[tor] >= 0.12.5",
|
"foolscap[tor] >= 0.12.5",
|
||||||
"txtorcon >= 0.17.0", # in case pip's resolver doesn't work
|
"txtorcon >= 0.17.0", # in case pip's resolver doesn't work
|
||||||
"foolscap[i2p] >= 0.12.6",
|
"foolscap[i2p] >= 0.12.6",
|
||||||
"txi2p >= 0.3.1", # in case pip's resolver doesn't work
|
"txi2p >= 0.3.2", # in case pip's resolver doesn't work
|
||||||
"pytest",
|
"pytest",
|
||||||
"pytest-twisted",
|
"pytest-twisted",
|
||||||
],
|
],
|
||||||
@ -287,7 +287,7 @@ setup(name="tahoe-lafs", # also set in __init__.py
|
|||||||
],
|
],
|
||||||
"i2p": [
|
"i2p": [
|
||||||
"foolscap[i2p] >= 0.12.6",
|
"foolscap[i2p] >= 0.12.6",
|
||||||
"txi2p >= 0.3.1", # in case pip's resolver doesn't work
|
"txi2p >= 0.3.2", # in case pip's resolver doesn't work
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
package_data={"allmydata.web": ["*.xhtml",
|
package_data={"allmydata.web": ["*.xhtml",
|
||||||
|
Loading…
Reference in New Issue
Block a user