octavia-lib/requirements.txt
Takashi Kajinami d4701463a6 Cleanup setup.py and requirements
- Python 2 is no longer supported
- setup.py is no longer managed by the global tooling
- Recent pip does not require appropriate order in requirement files

Change-Id: I6e88a069b5cf5adeb129264642abbaf836a663d2
2024-01-12 17:49:22 +09:00

8 lines
358 B
Plaintext

# 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.
oslo.i18n>=3.15.3 # Apache-2.0
oslo.serialization>=2.28.1 # Apache-2.0
pbr!=2.1.0,>=2.0.0 # Apache-2.0
tenacity>=5.0.2 # Apache-2.0