From 1a585f6446fefc7cef9a299ade191d87d903bdf1 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Mon, 7 Oct 2019 12:54:13 -0400 Subject: [PATCH] Tahoe-LAFS requires conch too. Turns out ... Probably better to just rely on Tahoe-LAFS to declare the correct Twisted dependency rather than trying to duplicate it here. Both solutions are wrong. This one is less work. --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 39255f3..be7513a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ attrs zope.interface -twisted[tls] https://github.com/tahoe-lafs/tahoe-lafs/archive/b35a8908f4096ccae35da78b0e7dde96d6cf1667.zip#egg=tahoe-lafs -- GitLab