diff --git a/setup.py b/setup.py index 23ca9ed0..1134744d 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" ] + [p for p, cond in conditional_dependencies.items() if cond], long_description=__doc__, entry_points={