[tor-commits] [ooni-probe/master] Order matters for little ol pip
ioerror at torproject.org
ioerror at torproject.org
Wed Feb 27 02:52:56 UTC 2013
commit 6f16d8caaddb2192cb5a87f7e1db6698550ce894
Author: Jacob Appelbaum <jacob at appelbaum.net>
Date: Tue Feb 26 18:51:48 2013 -0800
Order matters for little ol pip
---
requirements.txt | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/requirements.txt b/requirements.txt
index 3a3e9bd..0583467 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,5 @@
PyYAML>=3.10
-Twisted==12.2.0
+Twisted>=12.2.0
argparse>=1.2.1
distribute>=0.6.24
docutils>=0.9.1
@@ -15,6 +15,11 @@ Pyrex
#
# This is a Tor Project mirror with valid SSL/TLS certs that is stable and fast
#
+# Originally fetched from LaunchPad:
+# https://launchpad.net/parsley/trunk/1.1pre1/+download/Parsley-1.1pre1.tar.gz
+# Mirrored on Tor's webserver:
+https://people.torproject.org/~ioerror/src/mirrors/ooniprobe/Parsley-1.1pre1.tar.gz
+#
# Originally fetched from the hg repo on secdev.org:
# https://hg.secdev.org/scapy/archive/tip.zip#egg=scapy
# Mirrored on Tor's webserver:
@@ -23,10 +28,6 @@ https://people.torproject.org/~ioerror/src/mirrors/ooniprobe/scapy-02-25-2013-ti
# https://github.com/hellais/txsocksx/archive/master.zip
# Mirrored on Tor's webserver:
https://people.torproject.org/~ioerror/src/mirrors/ooniprobe/hellais-txsocksx-02-25-2013-master.zip
-# Originally fetched from LaunchPad:
-# https://launchpad.net/parsley/trunk/1.1pre1/+download/Parsley-1.1pre1.tar.gz
-# Mirrored on Tor's webserver:
-https://people.torproject.org/~ioerror/src/mirrors/ooniprobe/Parsley-1.1pre1.tar.gz
# This was 'dnspython>=1.10.0' above until it failed to download many times.
# Originally fetched from dnspython but it timed out often:
# http://www.dnspython.org/kits/1.10.0/dnspython-1.10.0.zip
More information about the tor-commits
mailing list