From c8bd3e9a058dbee11027332f31881dc75145f07d Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Mon, 13 Jan 2020 10:52:09 -0500 Subject: [PATCH] pin a known working foolscap --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 743ff4cdb..cedb6501a 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,8 @@ install_requires = [ # and allocate_tcp_port # * foolscap >= 0.12.5 has ConnectionInfo and ReconnectionInfo # * 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 # Twisted[conch] also depends on cryptography and Twisted[tls]