From 9825f1631024c5574b2fb0fda22f544c70a3bf5f Mon Sep 17 00:00:00 2001 From: flight16 Date: Mon, 13 Apr 2015 09:01:10 +0900 Subject: [PATCH] Fix: dateutil conflict because python-dateutils was already added to the conditional section. --- setup.py | 1 - 1 file changed, 1 deletion(-) 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],