add dev dependencies
This commit is contained in:
parent
7c1f1ff5d4
commit
5368b667e6
1 changed files with 8 additions and 1 deletions
|
|
@ -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]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue