summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authormanchandavishal <manchandavishal143@gmail.com>2022-05-02 22:44:55 +0530
committermanchandavishal <manchandavishal143@gmail.com>2022-06-08 12:38:07 +0000
commit68e12b8100c7f7b32e6dab7203e4fb569b24b646 (patch)
treebcd2cf0a595d140f6cc03f4cac69695dab04b2aa /requirements.txt
parent8d45a9f94140a8428de8d53067c39db8adf4d08c (diff)
downloadhorizon-68e12b8100c7f7b32e6dab7203e4fb569b24b646.tar.gz
Drop lower-constraints.txt and its testing
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: Ia315117f43a299fc68f3a15db59ddae37f8d30cf
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 9eabe2f25..70b5f94e0 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,7 @@
+# Note: Requirements lower bounds listed here are our best effort to keep them up to
+# date but we do not test them so there is no guarantee of having them all correct.
+# if you find any incorrect lower bounds, let us know or propose a fix.
+
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.