Skip to content

Commit 757a0c4

Browse files
committed
Add missing dependency
1 parent 869788f commit 757a0c4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ dependencies = [
1616
"packaging>=23.0",
1717
"cachetools>=5.0",
1818
"websockets>=11.0",
19-
"schedule>=1.2.0"
19+
"schedule>=1.2.0",
20+
"pytz>=2024.2"
2021
]
2122

2223
# Config for the build system

0 commit comments

Comments
 (0)