From 2eae513950f220aa7c3b2191fee764dff661171d Mon Sep 17 00:00:00 2001 From: Cosmin Ciocan Date: Fri, 12 Jan 2024 16:50:26 +0100 Subject: [PATCH] Add dev optional dependency --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b658c20..2e5ca54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,6 +38,7 @@ packages = ["nvcc4jupyter"] [project.optional-dependencies] testing = ["pytest>=7.4.3", "IPython>=8.19.0"] +dev = ["pytest>=7.4.3", "IPython>=8.19.0", "pre-commit>=3.6.0", "pytest-cov[toml]>=4.1.0"] [tool.pytest.ini_options] @@ -306,4 +307,4 @@ deprecated-modules="optparse,tkinter.tix" overgeneral-exceptions= [ "BaseException", "Exception" -] \ No newline at end of file +]