diff --git a/pyproject.toml b/pyproject.toml index 724258f..64bfa1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,7 @@ readme = "README.md" requires-python = ">=3.9" dependencies = [ "requests", + "setuptools", ] classifiers = [ "Development Status :: 4 - Beta",