Files
subunit2sql/requirements.txt
Matthew Treinish 21ee9f58b8 Remove cap on oslo.db version
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
2016-05-18 15:22:49 -04:00

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