--- 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}},
}
Binary file virtualenv/res/src/futures-2.1.6.tar.gz has changed
--- 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
--- 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',