Merge pull request #1090 from tahoe-lafs/3686.i2p-support

Use version of foolscap with i2p support restored.

Fixes ticket:3686
This commit is contained in:
Itamar Turner-Trauring 2021-07-05 15:41:22 -07:00 committed by GitHub
commit ed52e43a4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

0
newsfragments/3686.minor Normal file
View File

View File

@ -54,9 +54,9 @@ install_requires = [
# * foolscap >= 0.12.5 has ConnectionInfo and ReconnectionInfo
# * foolscap >= 0.12.6 has an i2p.sam_endpoint() that takes kwargs
# * foolscap 0.13.2 drops i2p support completely
# * foolscap >= 20.4 is necessary for Python 3
# * foolscap >= 21.7 is necessary for Python 3 with i2p support.
"foolscap == 0.13.1 ; python_version < '3.0'",
"foolscap >= 20.4.0 ; python_version > '3.0'",
"foolscap >= 21.7.0 ; python_version > '3.0'",
# * cryptography 2.6 introduced some ed25519 APIs we rely on. Note that
# Twisted[conch] also depends on cryptography and Twisted[tls]