mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-19 03:06:33 +00:00
Merge pull request #675 from tahoe-lafs/3272.i2p
Pin a known working foolscap Fixes: ticket:3272
This commit is contained in:
commit
f5f27b8d6b
0
newsfragments/3272.minor
Normal file
0
newsfragments/3272.minor
Normal file
3
setup.py
3
setup.py
@ -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]
|
||||||
|
Loading…
Reference in New Issue
Block a user