[tor-commits] [ooni-probe/master] Strictly require Twisted 12.2.0.
art at torproject.org
art at torproject.org
Fri Feb 1 15:28:33 UTC 2013
commit c26379c2abc4884e46d9f6217f96932f73c82807
Author: Arturo Filastò <art at fuffa.org>
Date: Tue Jan 8 21:00:48 2013 +0100
Strictly require Twisted 12.2.0.
This is a temporary fix for issue #28
The problem arises from the fact that we are overriding a private method
(_WrappingProtocol that has been removed in 12.3.0). The proper way to fix this
would be to get rid of the hack and use a HTTP Connection Pool.
---
requirements.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/requirements.txt b/requirements.txt
index 633dbe5..2b8aabf 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,6 +1,6 @@
PyYAML>=3.10
Pygments>=1.5
-Twisted>=12.1.0
+Twisted==12.2.0
argparse>=1.2.1
distribute>=0.6.24
dnspython>=1.10.0
More information about the tor-commits
mailing list