Recent versions of pip no longer requires that the requirements are listed in specific orders and can resolve dependencies automatically. Change-Id: I8e4aeef000806401a1136a6a0b0a90077b5ef930 Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
12 lines
471 B
Plaintext
12 lines
471 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.
|
|
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
|
cliff!=2.9.0,>=2.8.0 # Apache-2.0
|
|
PrettyTable>=0.7.1 # BSD
|
|
oslo.i18n>=3.15.3 # Apache-2.0
|
|
oslo.log>=3.36.0 # Apache-2.0
|
|
oslo.utils>=7.0.0 # Apache-2.0
|
|
keystoneauth1>=3.4.0 # Apache-2.0
|
|
osc-lib>=1.3.0 # Apache-2.0
|