virtualenv/web/res/res_create_env.py
changeset 501 5b198be85d50
parent 253 e961589fc0a7
child 556 1c589f1393c8
equal deleted inserted replaced
485:9ee8cc15e244 501:5b198be85d50
    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     ('DJANGO_GUARDIAN', 'pip', None, None),
       
    41     ('SOLR_THUMBNAIL', 'pip', None, None),
    41 ])
    42 ])
    42 
    43 
    43 if system_str == "Darwin":
    44 if system_str == "Darwin":
    44     INSTALLS.extend([
    45     INSTALLS.extend([
    45     ('LXML', 'easy_install', None, {'STATIC_DEPS': 'true', 'LIBXML2_VERSION': '2.7.8', 'LIBXSLT_VERSION': '1.1.26', 'LIBICONV_VERSION': '1.13.1'}),
    46     ('LXML', 'easy_install', None, {'STATIC_DEPS': 'true', 'LIBXML2_VERSION': '2.7.8', 'LIBXSLT_VERSION': '1.1.26', 'LIBICONV_VERSION': '1.13.1'}),