summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2020-02-04 20:05:07 +0100
committerAndreas Jaeger <aj@suse.com>2020-02-04 21:34:29 +0100
commite3457fcf7d1c8fe5df7610094cf3c0e4262adeb1 (patch)
treef9d0d8840a9546c26b5545158415ef000c9e9373 /requirements.txt
parent1bca92b1c1413be91045c5a258abd780eba11b8d (diff)
downloadheat-cfntools-e3457fcf7d1c8fe5df7610094cf3c0e4262adeb1.tar.gz
[ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle. 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 Update boto,pbr minimal requirement for python3 support. Change-Id: I23c273d0aa57e1400b383357883f298b8288897d
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index a2d74fe..58e361b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,4 @@
-pbr!=2.1.0,>=0.8
-boto>=2.13.3
+pbr!=2.1.0,>=2.0.0
+boto>=2.32.1
psutil>=1.1.1
six>=1.9.0