chiark / gitweb /
Remove python-magic pip dep to avoid magic modules confusion
authorDaniel Martí <mvdan@mvdan.cc>
Mon, 17 Feb 2014 16:26:32 +0000 (17:26 +0100)
committerDaniel Martí <mvdan@mvdan.cc>
Mon, 17 Feb 2014 16:26:32 +0000 (17:26 +0100)
We use the one from the 'file' package, not the standalone one found on PIP.

setup.py

index 7bbec283b2a6b7128f02cd69975256cb2bdecdac..43a7afe02edb617fd9d50497df04b1523520b3ab 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,6 @@ setup(name='FDroidServer',
           'fdroid-icon.png']),
         ],
       install_requires=[
-        'python-magic',
         'PIL',
         ],
       classifiers=[