| changeset 139 | f7c6c59dff95 |
| parent 83 | b7aef101c7d1 |
| child 253 | e961589fc0a7 |
--- a/virtualenv/web/res/res_create_env.py Thu Aug 18 12:11:52 2011 +0200 +++ b/virtualenv/web/res/res_create_env.py Thu Aug 18 12:26:20 2011 +0200 @@ -22,6 +22,7 @@ ]) INSTALLS.extend([ #(key,method, option_str, dict_extra_env) + ('SOUTH', 'pip', None, None), ('SETUPTOOLS-HG', 'pip', None, None), ('MYSQL', 'pip', None, None), ('PIL', 'easy_install', None, None),