0a7346b9b9
Change-Id: I3400fe28a8eb2a5b1b09a5bd029c99bfefed393c
25 lines
856 B
Plaintext
25 lines
856 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>=1.6
|
|
|
|
requests>=2.5.2
|
|
Jinja2>=2.6 # BSD License (3 clause)
|
|
netaddr!=0.7.16,>=0.7.12
|
|
SQLAlchemy<1.1.0,>=0.9.9
|
|
alembic>=0.8.0
|
|
six>=1.9.0
|
|
oslo.concurrency>=2.3.0 # Apache-2.0
|
|
oslo.config>=2.3.0 # Apache-2.0
|
|
oslo.db>=2.4.1 # Apache-2.0
|
|
oslo.log>=1.8.0 # Apache-2.0
|
|
oslo.messaging!=1.17.0,!=1.17.1,>=1.16.0 # Apache-2.0
|
|
oslo.serialization>=1.4.0 # Apache-2.0
|
|
oslo.service>=0.7.0 # Apache-2.0
|
|
oslo.utils>=2.0.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
|