75cb1314f3
Change-Id: I21663a52e30ed1ac7263c2c06bb489737e246648
25 lines
845 B
Plaintext
25 lines
845 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,>=0.11
|
|
|
|
requests>=2.5.2
|
|
Jinja2>=2.6 # BSD License (3 clause)
|
|
netaddr>=0.7.12
|
|
SQLAlchemy<1.1.0,>=0.9.7
|
|
alembic>=0.7.2
|
|
six>=1.9.0
|
|
oslo.concurrency>=2.1.0 # Apache-2.0
|
|
oslo.config>=1.11.0 # Apache-2.0
|
|
oslo.db>=1.12.0 # Apache-2.0
|
|
oslo.log>=1.2.0 # Apache-2.0
|
|
oslo.messaging!=1.12.0,>=1.8.0 # Apache-2.0
|
|
oslo.serialization>=1.4.0 # Apache-2.0
|
|
oslo.service>=0.1.0 # Apache-2.0
|
|
oslo.utils>=1.6.0 # Apache-2.0
|
|
|
|
# This project does depend on neutron as a library, but the
|
|
# openstack tooling does not play nicely with projects that
|
|
# are not publicly available in pypi.
|
|
# -e git+https://git.openstack.org/openstack/neutron#egg=neutron
|