24 lines
465 B
TOML
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"
|