Skip to content

Commit

Permalink
Update pyproject.toml with project.dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xmichele authored Sep 26, 2024
1 parent 7aab839 commit 96b5165
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -47,7 +53,6 @@ extra-dependencies = [
"kubernetes==28.1.0",
]


[tool.coverage.run]
source_pkgs = ["pycalrissian", "tests"]
branch = true
Expand All @@ -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"
Expand Down

0 comments on commit 96b5165

Please sign in to comment.