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:
str4d 2017-04-03 18:22:04 +12:00 committed by Brian Warner
parent 9b53cc7676
commit f139f46803

View File

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