mirror of
https://github.com/ublue-os/forge.git
synced 2025-04-21 14:03:46 +03:00
Merge f0f5fecf0a
into 41406edd41
This commit is contained in:
commit
76459ebd1a
8
anvil/poetry.lock
generated
8
anvil/poetry.lock
generated
|
@ -1165,13 +1165,13 @@ files = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "nicegui"
|
name = "nicegui"
|
||||||
version = "2.10.1"
|
version = "2.12.1"
|
||||||
description = "Create web-based user interfaces with Python. The nice way."
|
description = "Create web-based user interfaces with Python. The nice way."
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = "<4.0,>=3.8"
|
python-versions = "<4.0,>=3.8"
|
||||||
files = [
|
files = [
|
||||||
{file = "nicegui-2.10.1-py3-none-any.whl", hash = "sha256:d1cb72691a2ce178cd91cdef5e175f9efa2e9dc7a48235c673bebd16b89f920c"},
|
{file = "nicegui-2.12.1-py3-none-any.whl", hash = "sha256:0f55bd1676402fe8ef527fa59ec5c48a066f7a2ee040fd47d2d360eaec8448e5"},
|
||||||
{file = "nicegui-2.10.1.tar.gz", hash = "sha256:94f95dd0d57c1ef25e5a3a6333a76dd40fc0d68d43f9491b8402ed026115edfe"},
|
{file = "nicegui-2.12.1.tar.gz", hash = "sha256:9f810b45896fcb301426c01693d17607dd4e3b07e2eb711bbee0f8408b3c1213"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
|
@ -1200,7 +1200,7 @@ watchfiles = ">=0.18.1"
|
||||||
highcharts = ["nicegui-highcharts (>=2.0.2,<3.0.0)"]
|
highcharts = ["nicegui-highcharts (>=2.0.2,<3.0.0)"]
|
||||||
matplotlib = ["matplotlib (>=3.5.0,<4.0.0)"]
|
matplotlib = ["matplotlib (>=3.5.0,<4.0.0)"]
|
||||||
native = ["pywebview (>=5.0.1,<6.0.0)"]
|
native = ["pywebview (>=5.0.1,<6.0.0)"]
|
||||||
plotly = ["plotly (>=5.13.0,<6.0.0)"]
|
plotly = ["plotly (>=5.13,<7.0)"]
|
||||||
redis = ["redis (>=4.0.0)"]
|
redis = ["redis (>=4.0.0)"]
|
||||||
sass = ["libsass (>=0.23.0,<0.24.0)"]
|
sass = ["libsass (>=0.23.0,<0.24.0)"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue