virtualenv/web/res/res_create_env.py
changeset 620 9420412046a3
parent 615 006f1e3e5398
child 652 cdbd6d1d8088
--- a/virtualenv/web/res/res_create_env.py	Thu May 03 12:37:16 2012 +0200
+++ b/virtualenv/web/res/res_create_env.py	Thu May 03 12:39:07 2012 +0200
@@ -23,8 +23,6 @@
 
 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), 
     ('DJANGO','pip', None, None),
     ('DJANGO-EXTENSIONS', 'pip', None, None),