2023-11-13 13:18:59 +00:00
|
|
|
[project]
|
|
|
|
name = ""
|
|
|
|
version = ""
|
|
|
|
description = ""
|
2023-11-23 00:12:11 +00:00
|
|
|
authors = []
|
2023-11-13 13:18:59 +00:00
|
|
|
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",
|
2023-11-23 00:12:11 +00:00
|
|
|
"tzdata>=2023.3",
|
2023-12-07 14:19:50 +00:00
|
|
|
"onepush>=1.3.0",
|
2023-12-18 11:58:12 +00:00
|
|
|
"qrcode>=7.4.2",
|
2024-04-06 06:58:18 +00:00
|
|
|
"requests-toolbelt>=1.0.0",
|
2023-11-13 13:18:59 +00:00
|
|
|
]
|
|
|
|
requires-python = ">=3.11"
|
|
|
|
license = {text = "MIT"}
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["pdm-backend"]
|
|
|
|
build-backend = "pdm.backend"
|