various #16
1 changed files with 8 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue