sphinx-feature-classification/requirements.txt
Mike Perez 1263efe416 Build Common Framework for Feature Classification Matrix
The feature classification matrix will provide information about
plugins and the features they support. Acts as a launching point for
users to ready to deploy their cloud. Users can use the matrix to find
features and plugins that meet their
needs.

Pulling out the framework from Nova's implementation here:
http://docs.openstack.org/developer/nova/support-matrix.html

Neutron and Nova are currently working on implementation.

Putting the extension in its own module will give all projects a common
framework to use.

Co-Authored-By: <ankur.gupta@intel.com>
Change-Id: Icf4975b1dafefc9ba9f063bd8f9c6c54a36c1e13
2018-01-19 02:45:51 +11:00

7 lines
291 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.
docutils>=0.11 # OSI-Approved Open Source, Public Domain
pbr>=2.0 # Apache-2.0