From f97b02cae7677117bb35540a97453dbaba47329b Mon Sep 17 00:00:00 2001 From: Malik Irain Date: Mon, 9 Dec 2024 14:59:55 +0100 Subject: [PATCH] Added a section to provide optional development dependancies --- pyproject.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index acb82e13..540eedb7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,6 +44,18 @@ dependencies = [ ] + +[project.optional-dependencies] +dev = [ + "hatch", + "flake8", + "h5py", + "pytest", + "pytest-cov", + "pytest-xdist", +] + + [project.urls] Homepage = "http://pymodaq.cnrs.fr" Source = "https://github.com/PyMoDAQ/pymodaq_data"