From f7d7ba9f014bb2f2245b1a16982446a436afa24d Mon Sep 17 00:00:00 2001 From: tfuxu <73042332+tfuxu@users.noreply.github.com> Date: Tue, 19 Dec 2023 14:51:27 +0100 Subject: [PATCH] fix: add `simple_parsing` to dependencies in project configuration --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index b76a2ec..a41f0b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,9 @@ authors = [{name = "tfuxu"}] description = "A fast and the most correct image dithering library" keywords = ["golang", "bindings", "dithering", "processing"] readme = "README_PyPI.md" +dependencies = [ + "simple_parsing" +] requires-python = ">=3.8" classifiers = [ "Development Status :: 3 - Alpha",