10e5d0eda5
There is a bug in oslo.config <=1.3.0 when registering cli opts with deprecated_opts set. This causes an error with registering the oslo.db opts. The bug was fixed post 1.3.0, so pinning this to >= the latest alpha, which will pull in any release 1.4.0 when it becomes available. Closes-Bug: #1347911 Change-Id: I58505ffcdfb0acf0ed2137282c18258e94e201f6
8 lines
112 B
Plaintext
8 lines
112 B
Plaintext
alembic>=0.4.1
|
|
oslo.config>=1.4.0.0a3
|
|
oslo.db
|
|
pbr>=0.6,<1.0
|
|
python-subunit>=0.0.18
|
|
six>=1.5.2
|
|
SQLAlchemy>=0.7.8
|