mirror of
https://github.com/0-8-4/miui-auto-tasks.git
synced 2024-11-16 04:35:51 +00:00
f85232e5ee
* fix: 修复无法构建docker镜像的问题 * Update Dockerfile * 🔧 自动更新requirements * chore: 添加自动每日运行时间提示 * chore: 将时间类型从str改成int * Add files via upload * chore: 更新日志收集方法 * chore: 遵守代码规范 * chore: update issue templates * chore: 删除测试代码 * chore: 更改日志输出样式 * chore: docker生成配置时随机生成自动运行时间 * chore: trailing-whitespace * chore: 日志添加换行 * chore: 未配置验证码解决方案时直接跳过 * chore: 使用遍历方法找到键值,提升泛用性 * chore: 使用cron执行自动任务 * chore: snake_case * chore: 修改运行时间 * Update config.py * chore: 添加签到重试,仅每日签到获取token * 🔧 自动更新requirements * chore: 更新版本号 * Update config.py --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
23 lines
452 B
TOML
23 lines
452 B
TOML
[project]
|
|
name = ""
|
|
version = ""
|
|
description = ""
|
|
authors = []
|
|
dependencies = [
|
|
"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",
|
|
"tzdata>=2023.3",
|
|
"onepush @ git+https://github.com/y1ndan/onepush.git@main",
|
|
]
|
|
requires-python = ">=3.11"
|
|
license = {text = "MIT"}
|
|
|
|
[build-system]
|
|
requires = ["pdm-backend"]
|
|
build-backend = "pdm.backend"
|