From 9bc75b042f3728f53a7c8598d6f04838071d0506 Mon Sep 17 00:00:00 2001 From: euri10 Date: Sat, 28 Jan 2017 20:27:28 +0100 Subject: [PATCH] need dateutil in install ? --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cd3911134..672402603 100755 --- a/setup.py +++ b/setup.py @@ -93,6 +93,7 @@ setup( 'musicbrainzngs>=0.4', 'pyyaml', 'jellyfish', + 'python-dateutil', ] + (['colorama'] if (sys.platform == 'win32') else []) + (['enum34>=1.0.4'] if sys.version_info < (3, 4, 0) else []), @@ -107,7 +108,7 @@ setup( 'pathlib', 'python-mpd2', 'discogs-client', - 'python-dateutil' + 'python-dateutil', ], # Plugin (optional) dependencies: