diff --git a/pyproject.toml b/pyproject.toml index 36d2dbb5..6a70050c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,8 @@ dependencies = [ "xxhash", "scipy", "mypy", - "flake8" + "flake8", + "setuptools" ] maintainers = [{name = "Oleksii Oleksenko", email = ""}]