This commit removes the requirements cap on oslo.db. This was originally added because of the removal of a private interface that subunit2sql depended on in it's alembic env.py. A public interface was eventually added to provide analogous functionality but subunit2sql never removed the cap and used the new interface; until now. Change-Id: Idbc17096d0d3fe43261026b866041ae8a97d86fc
11 lines
173 B
Plaintext
11 lines
173 B
Plaintext
alembic>=0.4.1
|
|
oslo.config>=1.4.0.0a3
|
|
oslo.db>=2.1.0
|
|
oslo.concurrency
|
|
pbr>=1.0.0
|
|
python-subunit>=0.0.18
|
|
six>=1.5.2
|
|
SQLAlchemy>=0.8.2
|
|
stevedore>=1.3.0
|
|
python-dateutil>=2.4.2
|