QL_TimingScript/pyproject.toml
liulong 56c419a2b9 :heavy_plug_sign: 添加依赖
Author: Echo
2024-09-25 10:04:58 +08:00

24 lines
465 B
TOML

[tool.poetry]
name = "ql-timingscript"
version = "0.1.0"
description = ""
authors = ["liulong <liulong@3mencn.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
httpx = "^0.27.2"
requests = "^2.32.3"
yagmail = "^0.15.293"
beautifulsoup4 = "^4.12.3"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[[tool.poetry.source]]
name = "aliyun"
url = "http://mirrors.aliyun.com/pypi/simple/"
priority = "primary"