-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpyproject.toml
More file actions
32 lines (26 loc) · 766 Bytes
/
pyproject.toml
File metadata and controls
32 lines (26 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[tool.poetry]
name = "amis-python"
version = "1.0.8post2"
description = "基于百度amis前端框架的python pydantic模型封装。"
authors = ["惜月 <277073121@qq.com>"]
readme = "README.md"
license = "Apache-2.0"
keywords = ["amis"]
homepage = "https://github.com/CMHopeSunshine/amis-py"
repository = "https://github.com/CMHopeSunshine/amis-py"
documentation = "https://github.com/CMHopeSunshine/amis-py#readme"
packages = [
{ include = "amis"}
]
[[tool.poetry.source]]
name = "ali"
default = true
url = "https://mirrors.aliyun.com/pypi/simple/"
[tool.poetry.dependencies]
python = "^3.7"
pydantic = "^1.9.2"
jinja2 = "^3.1.2"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry_core>=1.0.0"]
build-backend = "poetry.core.masonry.api"