19 lines
395 B
TOML
19 lines
395 B
TOML
[tool.poetry]
|
|
name = "difyAnalysis"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["ouyangyouzhang <ouyangyouzhang@booway.com.cn>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.11"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
[[tool.poetry.source]]
|
|
name = "ali-mirrors"
|
|
url = "http://mirrors.aliyun.com/pypi/simple/"
|
|
priority = "primary" |