commit b5d31dc92082e23228269d697cb4732b301375ea Author: Arturo Filastò art@fuffa.org Date: Wed Dec 26 17:34:00 2012 +0100
Add txsocksx as a dependency --- README.md | 1 + requirements.txt | 1 + 2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md index 34beb6a..8d90f7f 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ The python dependencies required for running ooniprobe are: * libdnet: https://code.google.com/p/libdnet/ * BeautifulSoup: https://www.crummy.com/software/BeautifulSoup/ * txtorcon: https://github.com/meejah/txtorcon + * txsocksx: https://github.com/hellais/txsocksx
## Install Tor
diff --git a/requirements.txt b/requirements.txt index 1243806..633dbe5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,6 +10,7 @@ pyOpenSSL>=0.13 pygeoip>=0.2.5 repoze.sphinx.autointerface>=0.7.1 https://hg.secdev.org/scapy/archive/tip.zip#egg=scapy +https://github.com/hellais/txsocksx/archive/master.zip storm>=0.19 transaction>=1.3.0 txtorcon>=0.7
tor-commits@lists.torproject.org