update virtualenv configuration to include elasticsearch elements. Elasticsearch itself still has to be installed independantly
authorymh <ymh.work@gmail.com>
Tue, 31 Jul 2012 17:44:44 +0200
changeset 723 6fe56c8896e3
parent 721 a6f75bde893d
child 724 30f0bf1d3f58
update virtualenv configuration to include elasticsearch elements. Elasticsearch itself still has to be installed independantly
virtualenv/res/lib/lib_create_env.py
virtualenv/web/res/res_create_env.py
--- a/virtualenv/res/lib/lib_create_env.py	Tue Jul 31 12:38:08 2012 +0200
+++ b/virtualenv/res/lib/lib_create_env.py	Tue Jul 31 17:44:44 2012 +0200
@@ -37,6 +37,7 @@
     'MERCURIAL': {'setup': 'mercurial', 'url':'http://mercurial.selenic.com/release/mercurial-2.2.2.tar.gz', 'local':'mercurial-2.2.2.tar.gz', 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}},
     'HAYSTACK': {'setup': 'django-haystack', 'url': 'https://github.com/toastdriven/django-haystack/tarball/master', 'local': 'django-haystack-v2.0.0.tar.gz', 'install':{'method':'pip', 'option_str': None, 'dict_extra_env': None}},
     'REQUEST': {'setup': 'requests', 'url':'https://github.com/kennethreitz/requests/tarball/v0.13.3', 'local':'requests-v0.13.3.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}},
+    'PYELASTICSEARCH': {'setup': 'pyelasticsearch', 'url':'https://github.com/toastdriven/pyelasticsearch/tarball/master', 'local':'pyelasticsearch.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}},
 }
 
 if system_str == 'Windows':
--- a/virtualenv/web/res/res_create_env.py	Tue Jul 31 12:38:08 2012 +0200
+++ b/virtualenv/web/res/res_create_env.py	Tue Jul 31 17:44:44 2012 +0200
@@ -23,6 +23,9 @@
     'SOCIAL_AUTH',
     'DJANGO_GUARDIAN',
     'SORL_THUMBNAIL',
+    'HAYSTACK',
+    'REQUESTS',
+    'PYELASTICSEARCH',
 ]
 
 if system_str == "Linux":