加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 497 Bytes
一键复制 编辑 原始数据 按行查看 历史
allen.xu 提交于 2024-11-26 10:03 . feat: Initialize App
[project]
name = "frappe_echarts"
authors = [
{ name = "allen", email = "xu.gui.m@gmail.com"}
]
description = "Echarts for frappe"
requires-python = ">=3.10"
readme = "README.md"
dynamic = ["version"]
dependencies = [
# "frappe~=15.0.0" # Installed and managed by bench.
]
[build-system]
requires = ["flit_core >=3.4,<4"]
build-backend = "flit_core.buildapi"
# These dependencies are only installed when developer mode is enabled
[tool.bench.dev-dependencies]
# package_name = "~=1.1.0"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化