mirror of
https://github.com/0-8-4/miui-auto-tasks.git
synced 2024-11-21 22:58:06 +00:00
parent
334bea8bbe
commit
e64c105200
@ -15,6 +15,7 @@ dependencies = [
|
|||||||
"pyyaml>=6.0.1",
|
"pyyaml>=6.0.1",
|
||||||
"tenacity>=8.2.3",
|
"tenacity>=8.2.3",
|
||||||
"apscheduler>=3.10.4",
|
"apscheduler>=3.10.4",
|
||||||
|
"tzdata==2023.3",
|
||||||
]
|
]
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
license = {text = "MIT"}
|
license = {text = "MIT"}
|
||||||
|
@ -7,3 +7,4 @@ orjson==3.9.10
|
|||||||
pydantic==2.5.1
|
pydantic==2.5.1
|
||||||
PyYAML==6.0.1
|
PyYAML==6.0.1
|
||||||
tenacity==8.2.3
|
tenacity==8.2.3
|
||||||
|
tzdata==2023.3
|
||||||
|
Loading…
Reference in New Issue
Block a user