e62823d134
... because hacking 3.0.x is too old. pylint is also bumped to resolve conflicting dependencies. The new version is currently used in neutron. The pylint setting is imported from neutron with one additional disablement to ignore the following error. ovsdbapp/schema/open_vswitch/helpers.py:47:14: R1732: Consider using 'with' for resource-allocating operations (consider-using-with) Change-Id: I41b4524ff13b8d46d2e0c76f09b5ec47601bd955
8 lines
338 B
Plaintext
8 lines
338 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.
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
|
netaddr>=0.7.18 # BSD
|
|
ovs>=2.10.0 # Apache-2.0
|
|
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|