From 2bea21c2300b6ff50a4290c2280d900a27a52f43 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Mon, 9 Mar 2020 14:06:07 -0400
Subject: [PATCH] Remove the explicit twisted dependency

---
 setup.cfg | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index c35d4a8..659b206 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -35,7 +35,8 @@ install_requires =
     zope.interface
     aniso8601
     privacypass
-    twisted
+    # Inherit our Twisted dependency from tahoe-lafs so we don't accidentally
+    # get the extras wrong here and break stuff.
     tahoe-lafs
     treq
 
-- 
GitLab