From 56bac53737fbd7a1a0405bb0c8766ae0d928c3cf Mon Sep 17 00:00:00 2001 From: David Anes Date: Wed, 11 May 2022 15:13:55 +0200 Subject: [PATCH] Add missing dependencies to setup.py --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 150a2270c..58abc5a64 100755 --- a/setup.py +++ b/setup.py @@ -45,6 +45,8 @@ 'toml', 'zstandard', 'importlib-metadata;python_version<"3.8"', + 'pyenchant', + 'python-magic' ], tests_require=[ 'pytest',