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={