virtualenv/web/res/res_create_env.py
changeset 122 fde8335a037c
parent 15 a9136d8f0b4a
child 229 8d01de23b56b
child 266 825ff4d6a8ac
equal deleted inserted replaced
121:f316ba5856fe 122:fde8335a037c
    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     ('WIKITOOLS', 'pip', None, None),
       
    38     ('SPARQLWRAPPER', 'pip', None, None),
    38 ])
    39 ])
    39 
    40 
    40 if system_str == "Darwin":
    41 if system_str == "Darwin":
    41     INSTALLS.extend([
    42     INSTALLS.extend([
    42     ('LXML', 'easy_install', None, {'STATIC_DEPS': 'true', 'LIBXML2_VERSION': '2.7.8', 'LIBXSLT_VERSION': '1.1.26', 'LIBICONV_VERSION': '1.13.1'}),
    43     ('LXML', 'easy_install', None, {'STATIC_DEPS': 'true', 'LIBXML2_VERSION': '2.7.8', 'LIBXSLT_VERSION': '1.1.26', 'LIBICONV_VERSION': '1.13.1'}),