Require the appropriate version of txtorcon.

This commit is contained in:
Itamar Turner-Trauring 2023-05-19 13:59:29 -04:00
parent 0ccee4e958
commit 83d8efbb62

View File

@ -164,10 +164,9 @@ setup_requires = [
]
tor_requires = [
# This is exactly what `foolscap[tor]` means but pip resolves the pair of
# dependencies "foolscap[i2p] foolscap[tor]" to "foolscap[i2p]" so we lose
# this if we don't declare it ourselves!
"txtorcon >= 0.17.0",
# 23.5 added support for custom TLS contexts in web_agent(), which is
# needed for the HTTP storage client to run over Tor.
"txtorcon >= 23.5.0",
]
i2p_requires = [