# HG changeset patch # User ymh # Date 1343749484 -7200 # Node ID 6fe56c8896e3f7a3e0e0421cdd29428826cfe182 # Parent a6f75bde893df00b0111d68186a558078fe485fa update virtualenv configuration to include elasticsearch elements. Elasticsearch itself still has to be installed independantly diff -r a6f75bde893d -r 6fe56c8896e3 virtualenv/res/lib/lib_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': diff -r a6f75bde893d -r 6fe56c8896e3 virtualenv/web/res/res_create_env.py --- 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":