diff --git a/pyproject.toml b/pyproject.toml index 08b7db6..7f8ebe7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,8 @@ authors = [ dependencies = [ 'requests', - 'google-api-python-client' + 'google-api-python-client', + 'pytz' ] [build-system]