diff --git a/pyproject.toml b/pyproject.toml index eac2f78..1cab7cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,12 @@ dynamic = ["version"] Repository = "https://github.com/localstack/plux" [project.optional-dependencies] +hatchling = [ + "hatchling" +] +setuptools = [ + "setuptools" +] dev = [ "build", "setuptools",