kuryr-kubernetes/requirements.txt
Antoni Segura Puimedon 5bd2d40f1d
requirements: add pyroute2 to the runtime reqs
This has worked so far because kuryr-lib, which is a requirement of
kuryr-kubernetes has pyroute2 as a requirement. However, since
kuryr-kubernetes is a direct consumer of pyroute2 with its binding code,
we can't pretend this is an indirect dependency. We must include it
here.

Change-Id: I882fa9b7159e01c159a77eb949a0bf1e76f51a81
Signed-off-by: Antoni Segura Puimedon <antonisp@celebdor.com>
2017-03-08 00:50:02 +01:00

18 lines
650 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.
kuryr-lib>=0.1.0 # Apache-2.0
pbr>=1.8 # Apache-2.0
requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0
eventlet!=0.18.3,>=0.18.2 # MIT
oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
oslo.log>=3.11.0 # Apache-2.0
oslo.serialization>=1.10.0 # Apache-2.0
oslo.service>=1.10.0 # Apache-2.0
oslo.utils>=3.18.0 # Apache-2.0
os-vif>=1.4.0 # Apache-2.0
pyroute2>=0.4.12 # Apache-2.0 (+ dual licensed GPL2)
six>=1.9.0 # MIT
stevedore>=1.17.1 # Apache-2.0