From 3660aebb3e15da6891625a92b086c2acb3cc8af4 Mon Sep 17 00:00:00 2001 From: Alexander Rashed Date: Mon, 16 Mar 2026 16:50:51 +0100 Subject: [PATCH] add extras for hatchling and setuptools --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) 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",