virtualenv/web/res/res_create_env.py
changeset 556 1c589f1393c8
parent 501 5b198be85d50
child 615 006f1e3e5398
equal deleted inserted replaced
555:567420728434 556:1c589f1393c8
    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     ('SORL_THUMBNAIL', 'pip', None, None),
    42 ])
    42 ])
    43 
    43 
    44 if system_str == "Darwin":
    44 if system_str == "Darwin":
    45     INSTALLS.extend([
    45     INSTALLS.extend([
    46     ('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'}),