From 6e04abc46ce1ea83a2f2fb6bff335d062f754aa0 Mon Sep 17 00:00:00 2001 From: Choonho Son Date: Wed, 1 Nov 2023 11:08:50 +0900 Subject: [PATCH] Add dependencies Signed-off-by: Choonho Son --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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]