
hacking 3.x is quite old. Bump it to the recent version currently used in most of the neutron repos. Also remove the note about old pip's behavior because recent pip does not require specific order. Change-Id: If66ef2135abbf9724a368cf579a1909cfc04d117
8 lines
329 B
Plaintext
8 lines
329 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
|
|
horizon>=17.1.0 # Apache-2.0
|
|
python-neutronclient>=6.7.0 # Apache-2.0
|