virtualenv/web/res/res_create_env.py
changeset 139 f7c6c59dff95
parent 83 b7aef101c7d1
child 253 e961589fc0a7
equal deleted inserted replaced
138:09a80fea5cd1 139:f7c6c59dff95
    20     INSTALLS.extend([
    20     INSTALLS.extend([
    21     ('DISTRIBUTE', 'pip', None, None),
    21     ('DISTRIBUTE', 'pip', None, None),
    22     ])
    22     ])
    23 
    23 
    24 INSTALLS.extend([ #(key,method, option_str, dict_extra_env)
    24 INSTALLS.extend([ #(key,method, option_str, dict_extra_env)
       
    25     ('SOUTH', 'pip', None, None),
    25     ('SETUPTOOLS-HG', 'pip', None, None), 
    26     ('SETUPTOOLS-HG', 'pip', None, None), 
    26     ('MYSQL', 'pip', None, None),
    27     ('MYSQL', 'pip', None, None),
    27     ('PIL', 'easy_install', None, None), 
    28     ('PIL', 'easy_install', None, None), 
    28     ('DJANGO','pip', None, None),
    29     ('DJANGO','pip', None, None),
    29     ('DJANGO-EXTENSIONS', 'pip', None, None),
    30     ('DJANGO-EXTENSIONS', 'pip', None, None),