Merge "Installs futures only for python 2.7 and 2.6"

This commit is contained in:
Jenkins 2016-09-29 18:11:27 +00:00 committed by Gerrit Code Review
commit d8e50378ef

@ -1,3 +1,3 @@
futures>=2.1.3
futures>=3.0;python_version=='2.7' or python_version=='2.6' # BSD
requests>=1.1
six>=1.5.2