mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-06-22 15:43:55 +02:00
fixed mypy errors
This commit is contained in:
@ -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 = "*"
|
||||
|
Reference in New Issue
Block a user