fixed mypy errors

This commit is contained in:
Tim
2023-11-05 16:26:00 +01:00
parent f38728450d
commit c38460c740
3 changed files with 21 additions and 5 deletions

View File

@ -55,6 +55,8 @@ cachetools = "^5.3.1"
dash = "^2.14.1"
dash-auth = "^2.0.0"
dash-bootstrap-components = "^1.5.0"
dash_cytoscape = "^0.2.0"
dashvis = "^0.1.3"
datetime = "^5.2"
deutschland = {git = "https://github.com/TrisNol/deutschland.git", branch = "hotfix/python-3.11-support"}
frozendict = "^2.3.8"
@ -76,9 +78,6 @@ torchvision = {version = "*", source = "torch-cpu"}
tqdm = "^4.66.1"
transformers = {version = "*", extras = ["torch"]}
xmltodict = "^0.13.0"
dash_cytoscape = "^0.2.0"
dashvis = "^0.1.3"
[tool.poetry.extras]
ingest = ["selenium", "deutschland", "xmltodict"]
@ -112,6 +111,7 @@ SQLAlchemy = {version = "*", extras = ["mypy"]}
black = "*"
loguru-mypy = "*"
mypy = "*"
networkx-stubs = "^0.0.1"
pandas-stubs = "*"
pip-audit = "*"
pip-licenses = "*"