virtualenv/web/res/res_create_env.py
changeset 137 02e81a3fc99b
parent 65 ac0c11fc869e
equal deleted inserted replaced
135:98822a0e9573 137:02e81a3fc99b
    37     'PYTHON-DIGEST',
    37     'PYTHON-DIGEST',
    38     'DEFUSEDXML',
    38     'DEFUSEDXML',
    39     'DJANGO-TASTYPIE',
    39     'DJANGO-TASTYPIE',
    40     'DJANGO-CHUNCKED-UPLOADS',
    40     'DJANGO-CHUNCKED-UPLOADS',
    41     'LDT',
    41     'LDT',
       
    42     'SIMPLETAL',
       
    43     'RDFLIB',
       
    44     'ISODATE',
       
    45     'LIBADVENE'
    42 ]
    46 ]
    43 
    47 
    44 if system_str == "Linux":
    48 if system_str == "Linux":
    45     INSTALLS.insert(2, 'DISTRIBUTE')
    49     INSTALLS.insert(2, 'DISTRIBUTE')
    46 
    50