From 2f1d3760ffd3f60ba9d5563bb7985b39c229ab58 Mon Sep 17 00:00:00 2001 From: Tomas Tomecek Date: Thu, 12 Jan 2017 16:04:48 +0100 Subject: [PATCH] don't depend on weird python-magic distribution https://github.com/pazz/alot/issues/765#issuecomment-143228725 Signed-off-by: Tomas Tomecek --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index f20c5cb..75967b7 100755 --- a/setup.py +++ b/setup.py @@ -45,7 +45,6 @@ setup( 'urwid>=1.3.0', 'urwidtrees>=1.0', 'twisted>=10.2.0', - 'python-magic', 'configobj>=4.7.0', 'gpg' ],