virtualenv/web/res/res_create_env.py
changeset 1 5778de052a1b
parent 0 87104b7cb3d6
child 6 740d11ae9e28
equal deleted inserted replaced
0:87104b7cb3d6 1:5778de052a1b
    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'
    38 ]
    39 ]
    39 
    40 
    40 if system_str == "Linux":
    41 if system_str == "Linux":
    41     INSTALLS.insert(2, 'DISTRIBUTE')
    42     INSTALLS.insert(2, 'DISTRIBUTE')
    42 
    43