virtualenv/web/res/res_create_env.py
changeset 33 7af893e283d6
parent 10 fb466c64d84c
equal deleted inserted replaced
32:06d7faebcb8d 33:7af893e283d6
    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',
       
    41 ]
    40 ]
    42 
    41 
    43 if system_str == "Linux":
    42 if system_str == "Linux":
    44     INSTALLS.insert(2, 'DISTRIBUTE')
    43     INSTALLS.insert(2, 'DISTRIBUTE')
    45 
    44