virtualenv/web/res/res_create_env.py
changeset 295 af29252631ac
parent 292 f6742c41d7a3
child 345 7bc38c7d6cf9
equal deleted inserted replaced
294:6c12ccf29a95 295:af29252631ac
     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     'REGISTRATION',
    13     'REGISTRATION',
    14     'SOUTH',
    14     'SOUTH',
    15     'HTTPLIB2',
    15     'HTTPLIB2',
    20     'RDFLIB',
    20     'RDFLIB',
    21     'SPARQLWRAPPER',
    21     'SPARQLWRAPPER',
    22     'PYYAML',
    22     'PYYAML',
    23     'REQUESTS',
    23     'REQUESTS',
    24     'PYELASTICSEARCH',
    24     'PYELASTICSEARCH',
       
    25     'EASYTHUMBNAIL',
    25 ]
    26 ]
    26 
    27 
    27 if system_str == 'Windows':
    28 if system_str == 'Windows':
    28     INSTALLS.append('PYSTEMMER')
    29     INSTALLS.append('PYSTEMMER')
    29 
    30