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

26
poetry.lock generated
View File

@ -1049,6 +1049,19 @@ files = [
[package.dependencies]
dash = "*"
[[package]]
name = "dash-daq"
version = "0.5.0"
description = "DAQ components for Dash"
optional = false
python-versions = "*"
files = [
{file = "dash_daq-0.5.0.tar.gz", hash = "sha256:a1d85b6799f7b885652fbc44aebdb58c41254616a8d350b943beeb42ade4256a"},
]
[package.dependencies]
dash = ">=1.6.1"
[[package]]
name = "dash-html-components"
version = "2.0.0"
@ -7025,6 +7038,17 @@ files = [
{file = "types_tqdm-4.66.0.4-py3-none-any.whl", hash = "sha256:8eda4c5123dd66985a4cb44268705cfa18beb32d66772271ae185e92b8b10c40"},
]
[[package]]
name = "types-urllib3"
version = "1.26.25.14"
description = "Typing stubs for urllib3"
optional = false
python-versions = "*"
files = [
{file = "types-urllib3-1.26.25.14.tar.gz", hash = "sha256:229b7f577c951b8c1b92c1bc2b2fdb0b49847bd2af6d1cc2a2e3dd340f3bda8f"},
{file = "types_urllib3-1.26.25.14-py3-none-any.whl", hash = "sha256:9683bbb7fb72e32bfe9d2be6e04875fbe1b3eeec3cbb4ea231435aa7fd6b4f0e"},
]
[[package]]
name = "typing-extensions"
version = "4.8.0"
@ -7350,4 +7374,4 @@ web-server = ["dash", "dash-auth", "dash-bootstrap-components", "matplotlib", "s
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "296eb2d9b44b3dfdcf2b31bbd00f5d606ef51ee324deb87a56d36dc7e1f2f6dc"
content-hash = "3b7621baf170bf8c0c5ede80e52d42a5a227c85757a9f4fa2b8648d944496007"

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"