--- a/virtualenv/web/res/res_create_env.py Fri Jun 22 19:16:46 2012 +0200
+++ b/virtualenv/web/res/res_create_env.py Mon Jun 16 17:11:32 2014 +0200
@@ -15,7 +15,7 @@
]
else:
INSTALLS = [
- ('PYLUCENE',install_pylucene,None,None),
+ #('PYLUCENE',install_pylucene,None,None),
('PSYCOPG2', 'pip', None, None),
# ('LIBYAML', install_libyaml, None, None)
('PYYAML', 'pip', None, None),
@@ -27,7 +27,7 @@
])
INSTALLS.extend([ #(key,method, option_str, dict_extra_env)
- ('PIL', 'easy_install', None, None),
+ #('PIL', 'easy_install', None, None),
('DJANGO','pip', None, None),
('DJANGO-EXTENSIONS', 'pip', None, None),
('HTTPLIB2', 'pip', None, None),
@@ -36,11 +36,14 @@
('HAYSTACK', 'pip', None, None),
('WIKITOOLS', 'pip', None, None),
('SPARQLWRAPPER', 'pip', None, None),
+ ('REQUESTS', 'pip', None, None),
+ ('PYELASTICSEARCH', 'pip', None, None),
])
if system_str == "Darwin":
INSTALLS.extend([
- ('LXML', 'easy_install', None, {'STATIC_DEPS': 'true', 'LIBXML2_VERSION': '2.7.8', 'LIBXSLT_VERSION': '1.1.26', 'LIBICONV_VERSION': '1.13.1'}),
+ #('LXML', 'easy_install', None, {'STATIC_DEPS': 'true', 'LIBXML2_VERSION': '2.7.8', 'LIBXSLT_VERSION': '1.1.26', 'LIBICONV_VERSION': '1.13.1'}),
+ ('LXML', 'easy_install', None, {'STATIC_DEPS': 'true', 'LIBXML2_VERSION': '2.9.1', 'LIBXSLT_VERSION': '1.1.28', 'LIBICONV_VERSION': '1.14'}),
])
else:
INSTALLS.extend([