6 Star 32 Fork 2

carson_git/ex4nicegui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 919 Bytes
一键复制 编辑 原始数据 按行查看 历史
CrystalWindSnake 提交于 2025-05-19 01:06 +08:00 . chore: v0.8.8
[tool.poetry]
name = "ex4nicegui"
version = "0.8.8"
description = "Extension library based on nicegui, providing data responsive,BI functionality modules"
authors = ["CrystalWindSnake <568166495@qq.com>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/CrystalWindSnake/ex4nicegui"
keywords = ["nicegui", "ex4nicegui", "webui"]
[tool.poetry.dependencies]
python = "^3.8"
nicegui = "^2.0.0"
signe = "^0.4.22"
executing = "^2.0.1"
[tool.poetry.group.dev.dependencies]
nicegui = "*"
pytest = "^8.3.3"
pandas = [
{version = "^1.0.0", python = "~3.8"},
{version = "^2.0.0", python = ">=3.9,<3.13"}
]
numpy = [
{version = "^1.24.0", python = "~3.8"},
{version = "^1.26.0", python = ">=3.9,<3.13"}
]
pyecharts = "^2.0.5"
pytest-playwright = "^0.5.0"
playwright = "^1.43.0"
pytest-asyncio = "^0.24.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/carson_add/ex4nicegui.git
git@gitee.com:carson_add/ex4nicegui.git
carson_add
ex4nicegui
ex4nicegui
main

搜索帮助