From eaab3f8f58adf0e9b6c09d8a2ad9c95ba6b01e99 Mon Sep 17 00:00:00 2001 From: Emmanuel Cazenave Date: Wed, 4 May 2022 11:27:35 +0200 Subject: [PATCH] misc: use python-magic instead of file-magic (#64837) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 47419b5..b25e3f2 100755 --- a/setup.py +++ b/setup.py @@ -113,7 +113,7 @@ setup( 'django-jsonfield >= 0.9.3', 'django-filter>1,<2.5', 'djangorestframework>=3.4', - 'file-magic', + 'python-magic', 'requests', 'sorl-thumbnail', ],