boartty/requirements.txt
James E. Blair 06ef6e54c2 Change config file to YAML
To support commentlinks, palettes, custom dashboards and other
potential future enhancements, we'll need a config file that can
express complex data structures.  Change from configparser to yaml,
adding dependencies on pyyaml and voluptuous for validation.

Change-Id: I670eed0cee1b15aa35d0fa9aea0996603ae08444
2014-05-27 09:10:23 -07:00

11 lines
126 B
Plaintext

pbr>=0.6,!=0.7,<1.0
urwid
sqlalchemy
GitPython>=0.3.2.RC1
python-dateutil
requests
ordereddict
PyYAML>=3.1.0
voluptuous>=0.7