virtualenv/web/res/res_create_env.py
changeset 113 c05567404888
parent 3 63c5437a9b7d
child 165 64aae3fee9d5
equal deleted inserted replaced
112:ba6056f58516 113:c05567404888
    22 #      'SPARQLWRAPPER',
    22 #      'SPARQLWRAPPER',
    23 #      'DEFUSEDXML',
    23 #      'DEFUSEDXML',
    24 #      'DJANGO-CORS-HEADERS',
    24 #      'DJANGO-CORS-HEADERS',
    25 #      'DJANGO-FILTER',
    25 #      'DJANGO-FILTER',
    26 #      'MARKDOWN',
    26 #      'MARKDOWN',
    27 #      'DJANGO-REST-FRAMEWORK',    
    27 #      'DJANGO-REST-FRAMEWORK',
       
    28 #      'DJANGO-HAYSTACK',
       
    29 #      'PYELASTICSEARCH',
       
    30 #      'WHOOSH'    
    28 ]
    31 ]
    29 
    32 
    30 if system_str == "Linux":
    33 if system_str == "Linux":
    31     INSTALLS.insert(2, 'DISTRIBUTE')
    34     INSTALLS.insert(2, 'DISTRIBUTE')
    32 
    35