
This commit adds support to the subunit2sql-graph command to load installed plugins that add additional graph commands. The interface for adding additional graph commands was already modular, but it still required additional modules added in tree. Now additional commands can be added just by adding entry-points in the subunit2sql.graph.plugins namespace, the same pre-existing interface for adding graph commands should be used. Change-Id: I2bd59d9c3565ad0d07c357307e5151904bb0e288
9 lines
126 B
Plaintext
9 lines
126 B
Plaintext
alembic>=0.4.1
|
|
oslo.config>=1.4.0.0a3
|
|
oslo.db
|
|
pbr>=1.0.0
|
|
python-subunit>=0.0.18
|
|
six>=1.5.2
|
|
SQLAlchemy>=0.7.8
|
|
stevedore>=1.3.0
|