add types-tqdm

This commit is contained in:
TrisNol
2023-07-20 16:46:53 +02:00
parent a81d3638c5
commit 1e44197199
2 changed files with 196 additions and 230 deletions

View File

@ -35,6 +35,7 @@ python = "^3.11"
seaborn = "^0.12.2"
selenium = "^4.10.0"
tqdm = "^4.65.0"
types-tqdm = "^4.65.0"
[tool.poetry.group.develop.dependencies]
black = {extras = ["jupyter"], version = "^23.3.0"}