virtualenv/web/res/res_create_env.py
changeset 271 8f77cf71ab02
parent 243 1f2840354865
child 272 1c774f7a0341
equal deleted inserted replaced
265:73f19fa4f997 271:8f77cf71ab02
     5 system_str = platform.system()
     5 system_str = platform.system()
     6 
     6 
     7 INSTALLS = [ #(key,method, option_str, dict_extra_env)
     7 INSTALLS = [ #(key,method, option_str, dict_extra_env)
     8     'LXML',
     8     'LXML',
     9     'PSYCOPG2',
     9     'PSYCOPG2',
    10     'PIL', 
    10     #'PIL', 
    11     'DJANGO',
    11     'DJANGO',
    12     'DJANGO-EXTENSIONS',
    12     'DJANGO-EXTENSIONS',
    13     'SOUTH',
    13     'SOUTH',
    14     'HTTPLIB2',
    14     'HTTPLIB2',
    15     'HAYSTACK',
    15     'HAYSTACK',
    17     'WIKITOOLS',
    17     'WIKITOOLS',
    18     'ISODATE',
    18     'ISODATE',
    19     'RDFLIB',
    19     'RDFLIB',
    20     'SPARQLWRAPPER',
    20     'SPARQLWRAPPER',
    21     'PYYAML',
    21     'PYYAML',
       
    22     'REQUESTS',
       
    23     'PYELASTICSEARCH',
    22 ]
    24 ]
    23 
    25 
    24 if system_str == 'Windows':
    26 if system_str == 'Windows':
    25     INSTALLS.append('PYSTEMMER')
    27     INSTALLS.append('PYSTEMMER')
    26 
    28