virtualenv/web/res/res_create_env.py
changeset 31 df2ca7a612ac
parent 2 bafbf72652b9
child 65 ac0c11fc869e
equal deleted inserted replaced
30:301c88e40e6c 31:df2ca7a612ac
    35     'PYYAML',
    35     'PYYAML',
    36     'PYTHON-DIGEST',
    36     'PYTHON-DIGEST',
    37     'DEFUSEDXML',
    37     'DEFUSEDXML',
    38     'DJANGO-TASTYPIE',
    38     'DJANGO-TASTYPIE',
    39     'DJANGO-CHUNCKED-UPLOADS',
    39     'DJANGO-CHUNCKED-UPLOADS',
       
    40     'LDT',
    40 ]
    41 ]
    41 
    42 
    42 if system_str == "Linux":
    43 if system_str == "Linux":
    43     INSTALLS.insert(2, 'DISTRIBUTE')
    44     INSTALLS.insert(2, 'DISTRIBUTE')
    44 
    45