YAML configs

See #184, #230, #197
This commit is contained in:
Manuel Ebert 2014-07-02 11:47:56 +02:00
parent 9e95edd53c
commit 63ad45db75
4 changed files with 27 additions and 38 deletions

View file

@ -86,6 +86,7 @@ setup(
"pytz>=2013b",
"six>=1.6.1",
"tzlocal>=1.1",
"PyYAML>=3.11",
"keyring>=3.3",
] + [p for p, cond in conditional_dependencies.items() if cond],
extras_require = {