[tor-commits] [ooni-probe/master] Remove cyclone, numpy and bs4 from the dependencies of ooniprobe.

art at torproject.org art at torproject.org
Sun Nov 11 18:36:04 UTC 2012


commit b97ee255c462f00c37a7a0be6c2d411b13aa9e17
Author: Arturo Filastò <art at fuffa.org>
Date:   Sun Nov 11 19:35:06 2012 +0100

    Remove cyclone, numpy and bs4 from the dependencies of ooniprobe.
    * These should only be depedencies of oonib and of "advanced" users of ooniprobe
---
 oonib/requirements.txt |   24 ++++++++++++++++++++++++
 requirements.txt       |   45 +++++++++++++++++++++------------------------
 2 files changed, 45 insertions(+), 24 deletions(-)

diff --git a/oonib/requirements.txt b/oonib/requirements.txt
new file mode 100644
index 0000000..f9d7541
--- /dev/null
+++ b/oonib/requirements.txt
@@ -0,0 +1,24 @@
+BeautifulSoup==3.2.1
+Jinja2==2.6
+PyYAML==3.10
+Pygments==1.5
+Sphinx==1.1.3
+Twisted==12.2.0
+argparse==1.2.1
+cyclone==1.0-rc13
+distribute==0.6.24
+dnspython==1.10.0
+docutils==0.9.1
+ipaddr==2.1.10
+numpy==1.6.2
+pyOpenSSL==0.13
+pygeoip==0.2.5
+repoze.sphinx.autointerface==0.7.1
+scapy==2.1.0
+storm==0.19
+transaction==1.3.0
+txtorcon==0.7
+wsgiref==0.1.2
+zope.component==4.0.0
+zope.event==4.0.0
+zope.interface==4.0.1
diff --git a/requirements.txt b/requirements.txt
index f9d7541..4b7e59e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,24 +1,21 @@
-BeautifulSoup==3.2.1
-Jinja2==2.6
-PyYAML==3.10
-Pygments==1.5
-Sphinx==1.1.3
-Twisted==12.2.0
-argparse==1.2.1
-cyclone==1.0-rc13
-distribute==0.6.24
-dnspython==1.10.0
-docutils==0.9.1
-ipaddr==2.1.10
-numpy==1.6.2
-pyOpenSSL==0.13
-pygeoip==0.2.5
-repoze.sphinx.autointerface==0.7.1
-scapy==2.1.0
-storm==0.19
-transaction==1.3.0
-txtorcon==0.7
-wsgiref==0.1.2
-zope.component==4.0.0
-zope.event==4.0.0
-zope.interface==4.0.1
+Jinja2>=2.6
+PyYAML>=3.10
+Pygments>=1.5
+Sphinx>=1.1.3
+Twisted>=12.0.0
+argparse>=1.2.1
+distribute>=0.6.24
+dnspython>=1.10.0
+docutils>=0.9.1
+ipaddr>=2.1.10
+pyOpenSSL>=0.13
+pygeoip>=0.2.5
+repoze.sphinx.autointerface>=0.7.1
+scapy>=2.1.0
+storm>=0.19
+transaction>=1.3.0
+txtorcon>=0.7
+wsgiref>=0.1.2
+zope.component>=4.0.0
+zope.event>=4.0.0
+zope.interface>=4.0.1



More information about the tor-commits mailing list