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