virtualenv/web/res/res_create_env.py
changeset 253 e961589fc0a7
parent 139 f7c6c59dff95
child 501 5b198be85d50
equal deleted inserted replaced
252:83eea387fe59 253:e961589fc0a7
    35     ('OAUTH2', 'easy_install', None, None),
    35     ('OAUTH2', 'easy_install', None, None),
    36     ('DJANGO-OAUTH-PLUS', 'pip', None, None),
    36     ('DJANGO-OAUTH-PLUS', 'pip', None, None),
    37     ('OPENID', 'pip', None, None),
    37     ('OPENID', 'pip', None, None),
    38     ('DJANGO_OPENID_CONSUMER', 'pip', None, None),
    38     ('DJANGO_OPENID_CONSUMER', 'pip', None, None),
    39     ('SOCIAL_AUTH', 'easy_install', None, None),
    39     ('SOCIAL_AUTH', 'easy_install', None, None),
       
    40     ('DJANGO_GUARDIAN', 'pip', None, None),
    40 ])
    41 ])
    41 
    42 
    42 if system_str == "Darwin":
    43 if system_str == "Darwin":
    43     INSTALLS.extend([
    44     INSTALLS.extend([
    44     ('LXML', 'easy_install', None, {'STATIC_DEPS': 'true', 'LIBXML2_VERSION': '2.7.8', 'LIBXSLT_VERSION': '1.1.26', 'LIBICONV_VERSION': '1.13.1'}),
    45     ('LXML', 'easy_install', None, {'STATIC_DEPS': 'true', 'LIBXML2_VERSION': '2.7.8', 'LIBXSLT_VERSION': '1.1.26', 'LIBICONV_VERSION': '1.13.1'}),