Merge pull request #675 from tahoe-lafs/3272.i2p

Pin a known working foolscap

Fixes: ticket:3272
This commit is contained in:
Jean-Paul Calderone 2020-01-13 19:13:08 -05:00 committed by GitHub
commit f5f27b8d6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

0
newsfragments/3272.minor Normal file
View File

View File

@ -53,7 +53,8 @@ install_requires = [
# and allocate_tcp_port # and allocate_tcp_port
# * foolscap >= 0.12.5 has ConnectionInfo and ReconnectionInfo # * foolscap >= 0.12.5 has ConnectionInfo and ReconnectionInfo
# * foolscap >= 0.12.6 has an i2p.sam_endpoint() that takes kwargs # * foolscap >= 0.12.6 has an i2p.sam_endpoint() that takes kwargs
"foolscap >= 0.12.6", # * foolscap 0.13.2 drops i2p support completely
"foolscap == 0.13.1",
# * cryptography 2.6 introduced some ed25519 APIs we rely on. Note that # * cryptography 2.6 introduced some ed25519 APIs we rely on. Note that
# Twisted[conch] also depends on cryptography and Twisted[tls] # Twisted[conch] also depends on cryptography and Twisted[tls]