various #16

Merged
dan merged 94 commits from various into dev 2023-12-14 14:04:01 +01:00
Showing only changes of commit 5368b667e6 - Show all commits

View file

@ -21,9 +21,16 @@ dependencies = [
"loguru == 0.7.2",
"beautifulsoup4 == 4.12.2",
"imbox == 0.9.8",
"tabulate",
"hatchling == 1.18.0",
"icecream",
"tabulate",
]
[project.optional-dependencies]
dev = [
"pre-commit",
"mypy",
"ruff",
]
[project.entry-points.pytest11]