From 6090a561aae3fdb3ff30bb1b6ace40af5b405897 Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Tue, 8 Apr 2008 18:12:00 -0700
Subject: [PATCH] setup: require twisted >= 2.4.0

---
 _auto_deps.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/_auto_deps.py b/_auto_deps.py
index b0b55446..b556a113 100644
--- a/_auto_deps.py
+++ b/_auto_deps.py
@@ -4,6 +4,7 @@ install_requires=["zfec >= 1.1.0",
                   "pycryptopp >= 0.2.8",
                   "nevow >= 0.6.0",
                   "zope.interface",
+                  "twisted >= 2.4.0",
                   ]
 import sys
 if hasattr(sys, 'frozen'):
-- 
2.45.2