From 367b13b849501b5cab486ddbe27f4c86174f43b1 Mon Sep 17 00:00:00 2001 From: Manuel Ebert Date: Sun, 5 Apr 2015 02:27:47 +0400 Subject: [PATCH] Fix conflicting requirements Fixes #296 --- setup.py | 1 - 1 file changed, 1 deletion(-) 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={