From d7c4bdff8279e8d372588dca9044ba9238716bc8 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Wed, 22 Dec 2021 15:59:22 -0500 Subject: [PATCH] this does nothing --- setup.cfg | 8 -------- 1 file changed, 8 deletions(-) diff --git a/setup.cfg b/setup.cfg index d091ef2..6d39a54 100644 --- a/setup.cfg +++ b/setup.cfg @@ -41,15 +41,7 @@ install_requires = # incompatible with Tahoe-LAFS'. So duplicate them here (the ones that # have been observed to cause problems). Twisted[tls,conch] >= 19.10.0 - - # Tahoe-LAFS 1.17 adds a cbor2 dependency; cbor2 has a setuptools_scm - # dependency; setuptools_scm has dropped Python 2 support without - # declaring it in their metadata. Pin setuptools_scm to an older version - # here to avoid getting a broken version. - setuptools_scm < 6 - tahoe-lafs >=1.17,<1.18 - treq pyutil prometheus-client -- GitLab