miui-auto-tasks/pyproject.toml
Night-stars-1 e64c105200
Tzdata (#191)
* fix: 修复低版本python无法获取时区

* fix: 修复低版本python无法获取时区
2023-11-22 15:07:37 +11:00

26 lines
497 B
TOML

[project]
name = ""
version = ""
description = ""
authors = [
{name = "Night-stars-1", email = "nujj1042633805@gmail.com"},
]
dependencies = [
"onepush",
"orjson>=3.9.10",
"loguru>=0.7.2",
"pydantic>=2.4.2",
"httpx>=0.25.1",
"cryptography>=41.0.5",
"pyyaml>=6.0.1",
"tenacity>=8.2.3",
"apscheduler>=3.10.4",
"tzdata==2023.3",
]
requires-python = ">=3.11"
license = {text = "MIT"}
[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"