1 Star 0 Fork 2

linboxi_2004/ex4nicegui

forked from carson_git/ex4nicegui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 892 Bytes
一键复制 编辑 原始数据 按行查看 历史
CrystalWindSnake 提交于 2024-09-07 17:36 +08:00 . chore v0.8.0
[tool.poetry]
name = "ex4nicegui"
version = "0.8.0"
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.20"
executing = "^2.0.1"
[tool.poetry.group.dev.dependencies]
nicegui = "*"
pytest = "^8.2.1"
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"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/linboxi-two-thousand-and-four/ex4nicegui.git
git@gitee.com:linboxi-two-thousand-and-four/ex4nicegui.git
linboxi-two-thousand-and-four
ex4nicegui
ex4nicegui
main

搜索帮助