From 8a71fa06e8ca23f0a03e657909c311edfedf2a66 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Mon, 7 Oct 2019 12:51:04 -0400
Subject: [PATCH] pip can't resolve `twisted[tls]` after anything asks for
 `twisted`

---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index a2b360d..39255f3 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,4 @@
 attrs
 zope.interface
-twisted
+twisted[tls]
 https://github.com/tahoe-lafs/tahoe-lafs/archive/b35a8908f4096ccae35da78b0e7dde96d6cf1667.zip#egg=tahoe-lafs
-- 
GitLab