From 763a05a94532ba587cf3eb63bc4554d1b248681b Mon Sep 17 00:00:00 2001 From: flight16 Date: Sat, 11 Apr 2015 13:03:15 +0900 Subject: [PATCH] Add missing dependencies pyyaml and pyxdg --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 23ca9ed0..0c1b4036 100644 --- a/setup.py +++ b/setup.py @@ -89,7 +89,9 @@ setup( "PyYAML>=3.11", "keyring>=3.3", "passlib>=1.6.2", - "python-dateutil>=2.2" + "python-dateutil>=2.2", + "pyyaml>=3.09", + "pyxdg>=0.25", ] + [p for p, cond in conditional_dependencies.items() if cond], long_description=__doc__, entry_points={