virtualenv/web/res/res_create_env.py
changeset 92 9262ac3a72c1
parent 59 4671c9fd69b5
child 102 e2968797bdae
equal deleted inserted replaced
91:9982e9355d65 92:9262ac3a72c1
    34     'SIX',
    34     'SIX',
    35     'PYTHON-DATEUTIL',
    35     'PYTHON-DATEUTIL',
    36     'PYYAML',
    36     'PYYAML',
    37     'PYTHON-DIGEST',
    37     'PYTHON-DIGEST',
    38     'DJANGO-TASTYPIE',
    38     'DJANGO-TASTYPIE',
       
    39     'DJANGO-CHUNCKED-UPLOADS',
    39 ]
    40 ]
    40 
    41 
    41 if system_str == "Linux":
    42 if system_str == "Linux":
    42     INSTALLS.insert(2, 'DISTRIBUTE')
    43     INSTALLS.insert(2, 'DISTRIBUTE')
    43 
    44