mirror of
https://github.com/0-8-4/miui-auto-tasks.git
synced 2024-11-16 12:51:36 +00:00
08ddd7c66f
* feat: 输出二维码登录链接,显示+1概率 * modified: utils/system_info.py * modified: miuitask.py * modified: requirements.txt modified: utils/api/login.py * modified: utils/api/login.py * Update Dockerfile --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: 0-8-4 <ljd69154@liangjundi.cn>
25 lines
463 B
TOML
25 lines
463 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>=1.3.0",
|
|
"qrcode>=7.4.2",
|
|
"requests-toolbelt>=1.0.0",
|
|
]
|
|
requires-python = ">=3.11"
|
|
license = {text = "MIT"}
|
|
|
|
[build-system]
|
|
requires = ["pdm-backend"]
|
|
build-backend = "pdm.backend"
|