From 72d5bedf14dbcfdc90d5eb50351577daf31fdbac Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Fri, 2 Jul 2021 10:10:26 -0700 Subject: [PATCH] Depend on newer foolscap. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index df917eb40..1b64c9b09 100644 --- a/setup.py +++ b/setup.py @@ -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]