Added Dash DAQ

This commit is contained in:
Tim
2023-11-05 16:32:57 +01:00
parent c38460c740
commit ac46348cc8
2 changed files with 27 additions and 1 deletions

View File

@ -55,6 +55,7 @@ cachetools = "^5.3.1"
dash = "^2.14.1"
dash-auth = "^2.0.0"
dash-bootstrap-components = "^1.5.0"
dash-daq = "^0.5.0"
dash_cytoscape = "^0.2.0"
dashvis = "^0.1.3"
datetime = "^5.2"
@ -124,6 +125,7 @@ types-setuptools = "*"
types-six = "*"
types-tabulate = "*"
types-tqdm = "*"
types-urllib3 = "^1.26.25.14"
[tool.poetry.group.test.dependencies]
pytest = "^7.4.2"