From 4cd2ab66d9e3c22141b37405a9937d9381865d23 Mon Sep 17 00:00:00 2001 From: enzok <7831008+enzok@users.noreply.github.com> Date: Fri, 31 May 2024 16:10:24 -0400 Subject: [PATCH] Use python-magic-bin --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 436baa6..a094c3d 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ "olefile>=0.43", # "peepdf>=0.4.1", "python-magic>=0.4.13", - "python-magic-lib>=0.4.14", + "python-magic-bin>=0.4.14", "pefile", ], extras_require={