From a7b896386a16b11677d1685f9bf744c221c14ea6 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Thu, 23 Sep 2021 11:19:16 -0400 Subject: [PATCH] This is actually how you say "any version of 1.15" --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 25b7592..6b99b46 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,7 +38,7 @@ install_requires = # incompatible with Tahoe-LAFS'. So duplicate them here (the ones that # have been observed to cause problems). Twisted[tls,conch]>=18.4.0 - tahoe-lafs >=1.14, <1.17, !=1.15 + tahoe-lafs >=1.14, <1.17, !=1.15.* treq pyutil -- GitLab