commit 06611c7a6ff7c2a9ff00f7f4676f8f8213374308 Author: Isis Lovecruft isis@torproject.org Date: Sat Apr 20 00:05:37 2013 +0000
Testing pip1.3.1 without explicit https per-package PI URIs. --- requirements.txt | 33 ++++++++++++++++++--------------- 1 files changed, 18 insertions(+), 15 deletions(-)
diff --git a/requirements.txt b/requirements.txt index 32965fa..00aac7b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,20 +1,23 @@ -i https://pypi.python.org/packages -https://pypi.python.org/packages/source/P/PyYAML/PyYAML-3.10.tar.gz#md5=74c9... -https://pypi.python.org/packages/source/T/Twisted/Twisted-13.0.0.tar.bz2#md5... -https://pypi.python.org/packages/source/c/cyclone/cyclone-1.1.tar.gz#md5=477... -https://ipaddr-py.googlecode.com/files/ipaddr-2.1.10.tar.gz#sha1=c608450b077... -https://pypi.python.org/packages/source/p/pygeoip/pygeoip-0.2.6.zip#md5=b3ac... +PyYAML>=3.10 +#https://pypi.python.org/packages/source/P/PyYAML/PyYAML-3.10.tar.gz#md5=74c9... +Twisted>=12.2.0 +#https://pypi.python.org/packages/source/T/Twisted/Twisted-13.0.0.tar.bz2#md5... +cyclone>=1.1 +#https://pypi.python.org/packages/source/c/cyclone/cyclone-1.1.tar.gz#md5=477... +ipaddr>=2.1.10 +#https://ipaddr-py.googlecode.com/files/ipaddr-2.1.10.tar.gz#sha1=c608450b077... +pygeoip>=0.2.6 +#https://pypi.python.org/packages/source/p/pygeoip/pygeoip-0.2.6.zip#md5=b3ac... # Originally fetched from the hg repo on secdev.org: # https://hg.secdev.org/scapy/archive/tip.zip#egg=scapy # This is a Tor Project mirror with valid SSL/TLS certs that is stable and fast: https://people.torproject.org/~ioerror/src/mirrors/ooniprobe/scapy-02-25-201... -https://pypi.python.org/packages/source/t/transaction/transaction-1.4.1.zip#... -https://pypi.python.org/packages/source/s/storm/storm-0.19.tar.gz#md5=61d1ee... -# If any of the above failed, try the normal way: -#PyYAML>=3.10 -#Twisted>=12.2.0 -#cyclone>=1.0-rc13 -#ipaddr>=2.1.10 -#pygeoip>=0.2.5 -#storm>=0.19 -#txtorcon>=0.7 +transaction>=1.4.1 +#https://pypi.python.org/packages/source/t/transaction/transaction-1.4.1.zip#... +storm>=0.19 +#https://pypi.python.org/packages/source/s/storm/storm-0.19.tar.gz#md5=61d1ee... +txtorcon>=0.7 +zope.component>=4.0.0 +zope.event>=4.0.0 +zope.interface>=4.0.1
tor-commits@lists.torproject.org