summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2022-04-29 20:56:13 -0500
committerGhanshyam Mann <gmann@ghanshyammann.com>2022-04-29 20:56:13 -0500
commit782a46753303150bb9e00a85bde52819665a36d7 (patch)
tree24fef4ef1fdb23f0ad18fd2a8b443ad181c732a6 /requirements.txt
parent6a475043e4f878c68877e031de49798a381438ea (diff)
downloadpython-novaclient-782a46753303150bb9e00a85bde52819665a36d7.tar.gz
Drop lower-constraints.txt and its testing18.0.0
As discussed in TC PTG[1] and TC resolution[2], we are dropping the lower-constraints.txt file and its testing. We will keep lower bounds in the requirements.txt file but with a note that these are not tested lower bounds and we try our best to keep them updated. [1] https://etherpad.opendev.org/p/tc-zed-ptg#L326 [2] https://governance.openstack.org/tc/resolutions/20220414-drop-lower-constraints.html#proposal Change-Id: Ibb492285ef7d5357c921035409d6654c80df3725
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 462e1c9c..2eec1a70 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,7 @@
+# Requirements lower bounds listed here are our best effort to keep them up to
+# date but we do not test them so no guarantee of having them all correct. If
+# you find any incorrect lower bounds, let us know or propose a fix.
+
pbr!=2.1.0,>=2.0.0 # Apache-2.0
keystoneauth1>=3.5.0 # Apache-2.0
iso8601>=0.1.11 # MIT