| changeset 271 | 8f77cf71ab02 |
| parent 243 | 1f2840354865 |
| child 272 | 1c774f7a0341 |
--- a/virtualenv/web/res/res_create_env.py Fri Nov 16 18:12:05 2012 +0100 +++ b/virtualenv/web/res/res_create_env.py Tue Jun 17 10:25:33 2014 +0200 @@ -7,7 +7,7 @@ INSTALLS = [ #(key,method, option_str, dict_extra_env) 'LXML', 'PSYCOPG2', - 'PIL', + #'PIL', 'DJANGO', 'DJANGO-EXTENSIONS', 'SOUTH', @@ -19,6 +19,8 @@ 'RDFLIB', 'SPARQLWRAPPER', 'PYYAML', + 'REQUESTS', + 'PYELASTICSEARCH', ] if system_str == 'Windows':