virtualenv/web/res/res_create_env.py
changeset 6 740d11ae9e28
parent 1 5778de052a1b
child 13 495b3534a976
equal deleted inserted replaced
5:8de10138ce9e 6:740d11ae9e28
    33     'SIX',
    33     'SIX',
    34     'PYTHON-DATEUTIL',
    34     'PYTHON-DATEUTIL',
    35     'PYYAML',
    35     'PYYAML',
    36     'PYTHON-DIGEST',
    36     'PYTHON-DIGEST',
    37     'DJANGO-TASTYPIE',
    37     'DJANGO-TASTYPIE',
    38     'LDT'
       
    39 ]
    38 ]
    40 
    39 
    41 if system_str == "Linux":
    40 if system_str == "Linux":
    42     INSTALLS.insert(2, 'DISTRIBUTE')
    41     INSTALLS.insert(2, 'DISTRIBUTE')
    43 
    42