pin all versions

This commit is contained in:
Daniel 2023-12-12 11:12:02 +01:00
parent 7620f1d4b7
commit 231f9d24e6

View file

@ -21,14 +21,13 @@ 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", "tabulate == 0.9.0",
"hatchling == 1.18.0", "hatchling == 1.18.0",
"icecream", "icecream == 2.1.3",
] ]
[project.optional-dependencies] [project.optional-dependencies]
dev = [ dev = [
"pre-commit",
"mypy", "mypy",
"ruff", "ruff",
] ]