From ffed0c29b0e9496f92ecf4c9d4e22620721c79b2 Mon Sep 17 00:00:00 2001 From: krateng Date: Mon, 10 Feb 2025 03:58:04 +0100 Subject: [PATCH] Update pyproject.toml, GH-399 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index dc63ff4..4406bdd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,6 +29,7 @@ dependencies = [ "psutil==5.9.*", "sqlalchemy==2.0", "python-datauri==3.0.*", + "python-magic==0.4.*", "requests==2.32.*", "toml==0.10.*", "PyYAML==6.0.*"