Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 6b48548

Browse files
authored
fix(deps): add pytz as an explicit dependency (#707)
1 parent 7769f46 commit 6b48548

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def main():
2828
"google-cloud-datastore >= 1.7.0, < 2.0.0dev",
2929
"pymemcache",
3030
"redis",
31+
"pytz"
3132
]
3233

3334
if sys.version_info.major == 3 and sys.version_info.minor < 7:

0 commit comments

Comments
 (0)