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]