virtualenv/web/res/res_create_env.py
changeset 336 6ffca49f6a0c
parent 335 493fceed57ec
equal deleted inserted replaced
335:493fceed57ec 336:6ffca49f6a0c
    29 #    'SQLALCHEMY',
    29 #    'SQLALCHEMY',
    30 #    'RDFLIB-SQLALCHEMY',
    30 #    'RDFLIB-SQLALCHEMY',
    31 #    'WIKITOOLS',
    31 #    'WIKITOOLS',
    32 #    'MPTT',
    32 #    'MPTT',
    33 #    'PIPELINE',
    33 #    'PIPELINE',
       
    34 #    'UNIDECODE',
    34 ]
    35 ]
    35 
    36 
    36 if system_str == "Linux":
    37 if system_str == "Linux":
    37     INSTALLS.insert(2, 'DISTRIBUTE')
    38     INSTALLS.insert(2, 'DISTRIBUTE')
    38 
    39