From 96b51650970473e5f15b090da7b2057e877a5e58 Mon Sep 17 00:00:00 2001 From: "Michele L." <37748899+xmichele@users.noreply.github.com> Date: Thu, 26 Sep 2024 13:22:11 +0200 Subject: [PATCH] Update pyproject.toml with project.dependencies --- pyproject.toml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 51e106b..7003a84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,13 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ] -dependencies = [] +dependencies = [ + "loguru", + "typing-extensions==4.8.0", + "kubernetes==28.1.0", + "cwltool==3.1.20240708091337", + "setuptools==70.0.0" +] [project.urls] Homepage = "https://github.com/Terradue/pycalrissian" @@ -47,7 +53,6 @@ extra-dependencies = [ "kubernetes==28.1.0", ] - [tool.coverage.run] source_pkgs = ["pycalrissian", "tests"] branch = true @@ -72,11 +77,9 @@ dependencies = [ "setuptools==70.0.0" ] - ## [project.scripts] ## pycalrissian = "pycalrissian/__init__" - [tool.hatch.envs.test.scripts] test = "hatch run nose2" testv = "hatch run nose2 --verbose"