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"