[tor-commits] [ooni-probe/master] Simplify dependencies

art at torproject.org art at torproject.org
Mon Mar 24 15:02:47 UTC 2014


commit 805549d31f10345ce51e16e7dcbf58c5a810ac7d
Author: Arturo Filastò <art at fuffa.org>
Date:   Mon Mar 10 13:40:21 2014 +0100

    Simplify dependencies
---
 requirements.txt |   15 +++------------
 1 file changed, 3 insertions(+), 12 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index c84eb00..8cda752 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,20 +1,11 @@
 PyYAML>=3.10
 Twisted>=12.2.0
-ipaddr-real>=2.1.10
+ipaddr>=2.1.10
 pyOpenSSL>=0.13
 geoip
 txtorcon>=0.7
 txsocksx>=0.0.2
-Pyrex-real>=0.9.8.6
 parsley>=1.1
 dnspython>=1.10.0
-
-# Taken from the versions required by twisted 13.0.0 (latest)
-transaction>=1.1.1
-zope.component>=3.5
-zope.event>=3.5
-zope.interface>=3.6
-
-# Get scapy 2.2 from pypi
-# https://pypi.python.org/pypi/scapy-real/2.2.0-dev
-scapy-real==2.2.0-dev
+scapy>=2.2.0-dev
+pypcap>=1.1





More information about the tor-commits mailing list