* fix: 修复低版本python无法获取时区

* fix: 修复低版本python无法获取时区
This commit is contained in:
Night-stars-1 2023-11-22 12:07:37 +08:00 committed by GitHub
parent 334bea8bbe
commit e64c105200
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@ dependencies = [
"pyyaml>=6.0.1",
"tenacity>=8.2.3",
"apscheduler>=3.10.4",
"tzdata==2023.3",
]
requires-python = ">=3.11"
license = {text = "MIT"}

View File

@ -7,3 +7,4 @@ orjson==3.9.10
pydantic==2.5.1
PyYAML==6.0.1
tenacity==8.2.3
tzdata==2023.3