virtualenv/web/res/res_create_env.py
changeset 56 2a0fc38c2f09
parent 34 92f25438071d
child 64 9294f5c1a897
equal deleted inserted replaced
55:8b7aa5d4b891 56:2a0fc38c2f09
    23     'PYTZ',
    23     'PYTZ',
    24     'PYTHON-DATEUTIL',
    24     'PYTHON-DATEUTIL',
    25     'PYYAML',
    25     'PYYAML',
    26     'PYTHON-DIGEST',
    26     'PYTHON-DIGEST',
    27     'DJANGO-TASTYPIE',
    27     'DJANGO-TASTYPIE',
       
    28     'ISODATE',
       
    29     'HTML5LIB',
       
    30     'RDFLIB',
    28 ]
    31 ]
    29 
    32 
    30 if system_str == "Linux" and 'PIL' in INSTALLS:
    33 if system_str == "Linux" and 'PIL' in INSTALLS:
    31     i = INSTALLS.index('PIL')
    34     i = INSTALLS.index('PIL')
    32     INSTALLS.insert(i, 'ZLIB')
    35     INSTALLS.insert(i, 'ZLIB')