From 856d8a59bfd0b5f63d4520eeb6fe5ce6ceb691b8 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 8 Jan 2024 23:48:25 +0900 Subject: [PATCH] Remove old notes The setup.py file is no longer maintained globally. Also the nodes about the old pip's behavior is no longer true for recent versions. Change-Id: I99c539da9020178d1b33446dfe6f1850445f5a3f --- requirements.txt | 4 ---- setup.py | 1 - 2 files changed, 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index dac192c..e826207 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,3 @@ -# 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 boto>=2.32.1 psutil>=1.1.1 diff --git a/setup.py b/setup.py index 357a741..47577d4 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT import setuptools setuptools.setup(