From eb40be2161610609b90c8f172fdc98d058fbbcbf Mon Sep 17 00:00:00 2001 From: anti Date: Wed, 8 Apr 2026 00:09:15 -0400 Subject: [PATCH] chore: split dev and normal dependencies in pyproject.toml --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index ca7fc3b..906ae6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,10 +13,15 @@ dependencies = [ "docker>=7.0", "pyyaml>=6.0", "jinja2>=3.1", +] + +[project.optional-dependencies] +dev = [ "pytest>=8.0", "ruff>=0.4", "bandit>=1.7", "pip-audit>=2.0", + "hypothesis>=6.0", ] [project.scripts]