mirror of
https://github.com/caronc/apprise.git
synced 2025-12-15 10:04:06 +08:00
Global Timezone support added (tz=) (#1398)
This commit is contained in:
@@ -45,6 +45,8 @@ dependencies = [
|
||||
"PyYAML",
|
||||
# Root certificate authority bundle
|
||||
"certifi",
|
||||
# Always ship IANA tzdb on Windows so ZoneInfo works
|
||||
"tzdata; platform_system == 'Windows'",
|
||||
]
|
||||
|
||||
# Identifies all of the supported plugins
|
||||
@@ -220,6 +222,7 @@ all-plugins = [
|
||||
]
|
||||
windows = [
|
||||
"pywin32",
|
||||
"tzdata",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
|
||||
Reference in New Issue
Block a user