From 695ac781c2a83752bdbb5b48babe998acf7daa93 Mon Sep 17 00:00:00 2001 From: Johnny Robeson Date: Mon, 20 Jun 2016 00:19:35 -0400 Subject: [PATCH] add six as a new dependency for beets --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 03d7c5833..12c6e06ad 100755 --- a/setup.py +++ b/setup.py @@ -86,6 +86,7 @@ setup( }, install_requires=[ + 'six', 'enum34>=1.0.4', 'mutagen>=1.27', 'munkres',