mirror of
https://github.com/0-8-4/miui-auto-tasks.git
synced 2024-11-16 04:35:51 +00:00
6ade926505
* add missing dependency: apscheduler fix some bugs in Dockerfile * 🔧 自动更新requirements * fix: 解决某些情况下不能正确生成、读取配置文件 update: 将python版本升级到3.12,迁移pydantic v2依赖 修改Dockerfile * 🔧 自动更新requirements * Pylint * Hadolint - DL3042 https://github.com/hadolint/hadolint/wiki/DL3042 --------- Co-authored-by: JaHIY <jaklsy@gmail.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Night-stars-1 <99261160+Night-stars-1@users.noreply.github.com>
25 lines
475 B
TOML
25 lines
475 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"
|