b5be390943
The constraints were picked to be the same as neutron for consistency. Change-Id: I957c144e52e29ec4724b1632eba998c0c4a64b33
15 lines
501 B
Plaintext
15 lines
501 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
pbr>=2.0 # Apache-2.0
|
|
eventlet!=0.18.3,>=0.18.2,!=0.20.1,!=0.21.0,!=0.23.0
|
|
msgpack>=0.3.0 # RPC library, BGP speaker(net_cntl)
|
|
netaddr>=0.7.18 # BSD
|
|
oslo.config>=2.5.0
|
|
ovs>=2.6.0 # OVSDB
|
|
Routes>=2.3.1 # MIT
|
|
six>=1.4.0
|
|
tinyrpc>=0.6 # RPC library, BGP speaker(net_cntl)
|
|
webob>=1.2 # wsgi
|