c67fa9dda4
Since lower constraints job was removed the bounds are not actually tested. Add a note to explain the bounds are maintained on bast effort basis. Also remove note about old pip's behavior because recent pip can resolve dependencies without requiring specific order. Change-Id: I69a5d2c719ae84532697669edf5e0265e3949a42
9 lines
354 B
Plaintext
9 lines
354 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
|
|
python-zaqarclient>=1.0.0 # Apache-2.0
|
|
Babel!=2.4.0,>=2.3.4 # BSD
|
|
horizon>=17.1.0 # Apache-2.0
|