# HG changeset patch # User ymh # Date 1391391793 -3600 # Node ID 493fceed57ec7cf7c4ae84071e11c414e5dd9ac9 # Parent 169b7cfd1f58b347b169ade40fa47f0450d332d0 correct virtualenv creation diff -r 169b7cfd1f58 -r 493fceed57ec virtualenv/res/lib/lib_create_env.py --- a/virtualenv/res/lib/lib_create_env.py Mon Feb 03 02:31:21 2014 +0100 +++ b/virtualenv/res/lib/lib_create_env.py Mon Feb 03 02:43:13 2014 +0100 @@ -37,6 +37,7 @@ 'HTML5LIB': {'setup': 'html5lib','url':'https://github.com/html5lib/html5lib-python/archive/1.0b1.tar.gz', 'local': 'html5lib-1.0b1.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}}, 'WIKITOOLS' : { 'setup': 'wikitools', 'url': 'wikitools-1.1.1.tar.bz2', 'local': 'wikitools-1.1.1.tar.bz2', 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}}, 'MPTT' : { 'setup': 'django-mptt', 'url': 'https://codeload.github.com/django-mptt/django-mptt/tar.gz/master', 'local': 'django-mptt-0.5.-dev.tar.bz2', 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}}, + 'FUTURES' : { 'setup': 'futures', 'url': 'https://pypi.python.org/packages/source/f/futures/futures-2.1.6.tar.gz', 'local': 'futures-2.1.6.tar.gz', 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}}, 'PIPELINE' : { 'setup': 'django-pipeline', 'url': 'https://github.com/cyberdelia/django-pipeline/archive/1.3.20.tar.gz', 'local': 'django-pipeline-1.3.20.tar.gz', 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}}, } diff -r 169b7cfd1f58 -r 493fceed57ec virtualenv/res/src/futures-2.1.6.tar.gz Binary file virtualenv/res/src/futures-2.1.6.tar.gz has changed diff -r 169b7cfd1f58 -r 493fceed57ec virtualenv/web/res/requirement.txt --- a/virtualenv/web/res/requirement.txt Mon Feb 03 02:31:21 2014 +0100 +++ b/virtualenv/web/res/requirement.txt Mon Feb 03 02:43:13 2014 +0100 @@ -8,6 +8,7 @@ django-haystack==2.0.0 django-mptt==0.5.-dev django-pipeline==1.3.20 +futures==2.1.6 html5lib==1.0b1 isodate==0.4.9 lxml==3.2.1 diff -r 169b7cfd1f58 -r 493fceed57ec virtualenv/web/res/res_create_env.py --- a/virtualenv/web/res/res_create_env.py Mon Feb 03 02:31:21 2014 +0100 +++ b/virtualenv/web/res/res_create_env.py Mon Feb 03 02:43:13 2014 +0100 @@ -15,6 +15,7 @@ # 'ISODATE', # 'PYPARSING', # 'HTML5LIB', +# 'FUTURES', # 'LXML', # 'PSYCOPG2', # 'SOUTH',