Commit d4d29689 by Tim Babych

special elasticsearch.py for ES 0.90

parent a7b3f092
...@@ -3,7 +3,7 @@ requests==2.4.3 ...@@ -3,7 +3,7 @@ requests==2.4.3
djangorestframework==3.0.2 djangorestframework==3.0.2
django-rest-swagger==0.2.0 django-rest-swagger==0.2.0
django-haystack==2.3.1 django-haystack==2.3.1
elasticsearch==1.2.0 elasticsearch==0.4.5 # only 0.4 works for ES 0.90
django-cors-headers==0.13 django-cors-headers==0.13
PyJWT==0.3.0 PyJWT==0.3.0
MySQL-python==1.2.5 # GPL License MySQL-python==1.2.5 # GPL License
......
...@@ -18,5 +18,6 @@ pushd elasticsearch-$ESVER ...@@ -18,5 +18,6 @@ pushd elasticsearch-$ESVER
else else
echo "launching with -d option." >&2 echo "launching with -d option." >&2
./bin/elasticsearch -d ./bin/elasticsearch -d
pip install elasticsearch==1.3.0
fi fi
popd popd
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment