add dev dependencies

This commit is contained in:
Daniel 2023-12-11 01:14:18 +01:00
parent 7c1f1ff5d4
commit 5368b667e6

View file

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