YAML configs

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

View file

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