virtualenv/web/res/res_create_env.py
changeset 727 0e91e924b945
parent 723 6fe56c8896e3
child 731 aba6c30b6d2a
equal deleted inserted replaced
726:c1529d821263 727:0e91e924b945
    24     'DJANGO_GUARDIAN',
    24     'DJANGO_GUARDIAN',
    25     'SORL_THUMBNAIL',
    25     'SORL_THUMBNAIL',
    26     'HAYSTACK',
    26     'HAYSTACK',
    27     'REQUESTS',
    27     'REQUESTS',
    28     'PYELASTICSEARCH',
    28     'PYELASTICSEARCH',
       
    29     'WHOOSH',
    29 ]
    30 ]
    30 
    31 
    31 if system_str == "Linux":
    32 if system_str == "Linux":
    32     INSTALLS.insert(2, 'DISTRIBUTE')
    33     INSTALLS.insert(2, 'DISTRIBUTE')
    33 
    34