mirror of
https://github.com/0-8-4/miui-auto-tasks.git
synced 2024-11-16 12:51:36 +00:00
7d202666d8
* chore: 添加定时执行,添加拔萝卜任务 * chore: 提升版本号1.7.2 * chore: 添加依赖
26 lines
476 B
TOML
26 lines
476 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",
|
|
]
|
|
requires-python = ">=3.11"
|
|
license = {text = "MIT"}
|
|
|
|
[build-system]
|
|
requires = ["pdm-backend"]
|
|
build-backend = "pdm.backend"
|