summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2019-10-30 07:33:03 +0000
committerzhurong <aaronzhu1121@gmail.com>2019-11-26 11:54:50 +0000
commitc6395782172007cc868b1cfd0f11c8baa3567eb4 (patch)
tree79c99a1bf73565dfbdbdd27a2938a5b172acc1c8 /requirements.txt
parent9ed26c570a2603553bdf8304fe130a76ae66ae89 (diff)
downloadceilometer-c6395782172007cc868b1cfd0f11c8baa3567eb4.tar.gz
[ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle. ceilometer is ready with python 3 and ok to drop the python 2.7 support. Complete discussion & schedule can be found in - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html - https://etherpad.openstack.org/p/drop-python2-support Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Depends-On: https://review.opendev.org/#/c/693631/ Change-Id: Ie8523712ea2ebe828fe01a649b6add90e813608b
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index f36a8ad2..e9616f12 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,7 +4,6 @@
cachetools>=2.1.0 # MIT License
cotyledon>=1.3.0 #Apache-2.0
-futures>=3.0;python_version=='2.7' or python_version=='2.6' # BSD
futurist>=1.8.0 # Apache-2.0
jsonpath-rw-ext>=1.1.3 # Apache-2.0
lxml>=3.4.1 # BSD