-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpyproject.toml
More file actions
28 lines (27 loc) · 852 Bytes
/
pyproject.toml
File metadata and controls
28 lines (27 loc) · 852 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
[tool.poetry]
name = "aiges"
version = "0.16.0"
description = "A module for test aiges's python wrapper.py"
authors = ["maybaby <ybyang7@iflytek.com>"]
license = "Apache License Version 2.0"
[tool.poetry.dependencies]
python = ">=3.6"
jinja2 = ">=2.0"
protobuf = ">=3.19"
grpcio-health-checking = ">=1.50.0"
grpcio = ">=1.50.0"
grpcio-tools = ">=1.50.0"
plumbum = ">=1.7.0"
flask_restx = ">=1.0.0"
Flask = "==2.2.5"
jsonref = ">=1.0.0"
pydantic = ">=2.0"
gradio = ">=3.0"
[tool.poetry.dev-dependencies]
jinja2 = ">=2.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[[tool.poetry.source]]
name = "my-custom-repo" # This name will be used in the configuration to retreive the proper credentials
url = "https://repo.model.xfyun.cn/api/packages/administrator/pypi" # URL used to download your packages from