From f7e7c77480ae7475e29946bcd8c2a0bad5bd3be1 Mon Sep 17 00:00:00 2001 From: Alain St-Denis Date: Mon, 7 Nov 2022 01:56:07 +0000 Subject: [PATCH] add python-magic to requirements --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index b5d4a3d..f493141 100644 --- a/setup.py +++ b/setup.py @@ -39,6 +39,7 @@ setup( "jsonschema>=2.0.0", "pycryptodome>=3.4.10", "python-dateutil>=2.4.0", + "python-magic", "python-slugify>=5.0.0", "python-xrd>=0.1", "pytz",