commit 6f16d8caaddb2192cb5a87f7e1db6698550ce894 Author: Jacob Appelbaum jacob@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... +# # 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-201... # https://github.com/hellais/txsocksx/archive/master.zip # Mirrored on Tor's webserver: https://people.torproject.org/~ioerror/src/mirrors/ooniprobe/hellais-txsocks... -# 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... # 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
tor-commits@lists.torproject.org