From 4597f8c96aa701568d203a6adfbe3ff1b58ac7f7 Mon Sep 17 00:00:00 2001 From: Malik Irain Date: Mon, 9 Dec 2024 14:55:02 +0100 Subject: [PATCH] Added a section to provide optional development dependancies --- pyproject.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 3d9465aa..a831c8e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,6 +41,16 @@ dependencies = [ "toml", ] +[project.optional-dependencies] +dev = [ + "hatch", + "flake8", + "h5py", + "pytest", + "pytest-cov", + "pytest-xdist", +] + [project.scripts] [project.urls]