From 7934c7c8f3f087e0660192fe5e7b4b6479a9f05a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Fri, 22 Aug 2014 17:39:58 +0200 Subject: [PATCH] Update deps and install script to work out of the box. --- installing_deps.sh | 1 + pip_packages_requirement.txt | 3 +++ 2 files changed, 4 insertions(+) diff --git a/installing_deps.sh b/installing_deps.sh index e47898a9..1d413622 100755 --- a/installing_deps.sh +++ b/installing_deps.sh @@ -29,6 +29,7 @@ test ! -d redis-leveldb/ && git clone https://github.com/KDr2/redis-leveldb.git pushd redis-leveldb/ git submodule init git submodule update +make popd virtualenv AILENV diff --git a/pip_packages_requirement.txt b/pip_packages_requirement.txt index ef01defb..75d5d866 100644 --- a/pip_packages_requirement.txt +++ b/pip_packages_requirement.txt @@ -29,6 +29,9 @@ texttable #Indexer requirements whoosh +ipaddress +pycountry + #ASN lookup requirements http://adns-python.googlecode.com/files/adns-python-1.2.1.tar.gz https://github.com/trolldbois/python-cymru-services/archive/master.zip