commit 1e4775ad6df181f42540cc8248af16459331a6c0 Author: Arturo Filastò art@fuffa.org Date: Wed May 8 18:54:57 2013 +0200
Explicit versions of scapy, parsley and dnspython --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/requirements.txt b/requirements.txt index f48eb88..ba654e6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,13 +23,16 @@ zope.interface>=3.6 # 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... +parsley>=1.1 # # Originally fetched from the hg repo on secdev.org: # https://hg.secdev.org/scapy/archive/tip.zip#egg=scapy # Mirrored on Tor's webserver: https://people.torproject.org/~ioerror/src/mirrors/ooniprobe/scapy-02-25-201... +scapy>=2.2.0 # 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 # Mirrored on Tor's webserver: https://people.torproject.org/~ioerror/src/mirrors/ooniprobe/dnspython-1.10.... +dnspython>=1.10.0
tor-commits@lists.torproject.org