diff --git a/setup.py b/setup.py index bcd80e54..5b885326 100644 --- a/setup.py +++ b/setup.py @@ -89,7 +89,6 @@ setup( "PyYAML>=3.11", "keyring>=3.3", "passlib>=1.6.2", - "python-dateutil>=2.2", "pyyaml>=3.09", "pyxdg>=0.25", ] + [p for p, cond in conditional_dependencies.items() if cond],