virtualenv/web/res/res_create_env.py
changeset 15 a9136d8f0b4a
parent 10 9ea5f8ba8e71
child 122 fde8335a037c
equal deleted inserted replaced
13:314e727f6597 15:a9136d8f0b4a
    32     ('DJANGO-EXTENSIONS', 'pip', None, None),
    32     ('DJANGO-EXTENSIONS', 'pip', None, None),
    33     ('HTTPLIB2', 'pip', None, None),
    33     ('HTTPLIB2', 'pip', None, None),
    34     ('SOUTH', 'pip', None, None),
    34     ('SOUTH', 'pip', None, None),
    35     ('WHOOSH', 'pip', None, None),
    35     ('WHOOSH', 'pip', None, None),
    36     ('HAYSTACK', 'pip', None, None),
    36     ('HAYSTACK', 'pip', None, None),
       
    37     ('WIKITOOLS', 'pip', None, None),
    37 ])
    38 ])
    38 
    39 
    39 if system_str == "Darwin":
    40 if system_str == "Darwin":
    40     INSTALLS.extend([
    41     INSTALLS.extend([
    41     ('LXML', 'easy_install', None, {'STATIC_DEPS': 'true', 'LIBXML2_VERSION': '2.7.8', 'LIBXSLT_VERSION': '1.1.26', 'LIBICONV_VERSION': '1.13.1'}),
    42     ('LXML', 'easy_install', None, {'STATIC_DEPS': 'true', 'LIBXML2_VERSION': '2.7.8', 'LIBXSLT_VERSION': '1.1.26', 'LIBICONV_VERSION': '1.13.1'}),