mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-24 14:32:29 +03:00
fix versions of pip-installed python modules for vagrant
This commit is contained in:
parent
baefb4062f
commit
b079b4713f
@ -156,7 +156,7 @@ sudo chown $USERNAME /var/www/nominatim
|
||||
##
|
||||
sudo apt-get install -y python-dev python-pip python-Levenshtein python-shapely \
|
||||
python-psycopg2 tidy python-nose python-tidylib
|
||||
sudo pip install lettuce haversine
|
||||
sudo pip install lettuce==0.2.18 six==1.7 haversine
|
||||
|
||||
## Test suite (PHP)
|
||||
## https://github.com/twain47/Nominatim/tree/master/tests-php
|
||||
|
Loading…
Reference in New Issue
Block a user