mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
Update deps and install script to work out of the box.
This commit is contained in:
parent
de207e4bb3
commit
7934c7c8f3
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue