striker/requirements.txt
Kevin L. Mitchell 888bf204e6 Striker configuration
This sketches in generic code for handling YAML configuration.  It
includes a code-based validation that is used for generating helpful
configuration error messages.

Related to RM7484.

TODO:

* Add functional tests for configuration system
2014-08-19 12:03:26 -05:00

7 lines
58 B
Plaintext

pbr>=0.6,!=0.7,<1.0
cliff
jsonschema
PyYAML
six
stevedore