Skip to content

Commit

Permalink
fix(deps): add pytz as an explicit dependency (#707)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 committed Aug 12, 2021
1 parent 7769f46 commit 6b48548
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def main():
"google-cloud-datastore >= 1.7.0, < 2.0.0dev",
"pymemcache",
"redis",
"pytz"
]

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

0 comments on commit 6b48548

Please sign in to comment.