[tor-commits] [ooni-probe/master] We no longer need to avoid twisted 15.5.0

art at torproject.org art at torproject.org
Sat Jan 30 19:11:14 UTC 2016


commit 649228fb9745523a27616b699353468cebe4f2ea
Author: Arturo Filastò <art at fuffa.org>
Date:   Thu Dec 3 13:09:39 2015 +0100

    We no longer need to avoid twisted 15.5.0
    
    Thanks to @meejah for releasing a fix so quickly
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index b052adb..8b8d5ca 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,5 @@
 PyYAML>=3.10
-Twisted>=12.2.0,<15.5.0
+Twisted>=12.2.0
 ipaddr>=2.1.10
 pyOpenSSL>=0.13
 geoip





More information about the tor-commits mailing list