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
This commit is contained in:
James E. Blair
2014-05-17 17:56:06 -07:00
parent 97d99d12f4
commit 06ef6e54c2
3 changed files with 60 additions and 43 deletions

View File

@@ -6,4 +6,5 @@ GitPython>=0.3.2.RC1
python-dateutil
requests
ordereddict
alembic>=0.4.1
PyYAML>=3.1.0
voluptuous>=0.7