It is used in only pep8 target which does not actually use the requirements files. Also remove the outdated note about pip's dependency resolver and adds the note about lower bounds (which are no longer tested). Change-Id: I213ec4f4132332d756ea147f42bb46413ef918a4 Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
10 lines
401 B
Plaintext
10 lines
401 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.
|
|
|
|
openstacksdk>=0.13.0 # Apache-2.0
|
|
osc-lib>=1.8.0 # Apache-2.0
|
|
oslo.i18n>=3.15.3 # Apache-2.0
|
|
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
|
|
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|