commit c93088a5ff17c8604c24d97c4a35e6345ea52b64 Author: Isis Lovecruft isis@torproject.org Date: Fri Apr 19 21:00:44 2013 +0000
Remove unused modules from requirements.txt. --- requirements.txt | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-)
diff --git a/requirements.txt b/requirements.txt index 5a21cf2..c2b4545 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,20 +1,11 @@ PyYAML>=3.10 -Pygments>=1.5 Twisted>=12.2.0 -argparse>=1.2.1 cyclone>=1.0-rc13 -docutils>=0.9.1 ipaddr>=2.1.10 -pyOpenSSL>=0.13 pygeoip>=0.2.5 # 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... storm>=0.19 -transaction>=1.3.0 txtorcon -wsgiref>=0.1.2 -zope.component>=4.0.0 -zope.event>=4.0.0 -zope.interface>=4.0.1
tor-commits@lists.torproject.org