Skip to content

Commit 09575b7

Browse files
committed
cleanup
1 parent 69e2952 commit 09575b7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies = [
2020
"pandas>=2.0",
2121
"scipy>=1.7",
2222
"tqdm>=4",
23-
"pyyaml (>=6.0.2,<7.0.0)"
23+
"pyyaml (>=6.0.2,<7.0.0)",
2424
]
2525
[project.urls]
2626
Homepage = "https://github.com/DataForScience/epidemik"
@@ -30,6 +30,9 @@ Documentation = "https://epidemik.readthedocs.io/"
3030
[tool.poetry-dynamic-versioning]
3131
enable = true
3232

33+
[tool.poetry.group.dev.dependencies]
34+
pytest = "^8.3.4"
35+
3336
[build-system]
3437
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0"]
3538
build-backend = "poetry_dynamic_versioning.backend"
@@ -40,4 +43,4 @@ source = "src/epidemik/__init__.py"
4043
[tool.pytest.ini_options]
4144
pythonpath = [
4245
".", "src",
43-
]
46+
]

0 commit comments

Comments
 (0)