From 157d586a5008c47164f70091102ed0438f751c25 Mon Sep 17 00:00:00 2001 From: Willy Lulciuc Date: Tue, 12 Nov 2024 15:02:44 -0800 Subject: [PATCH] Add `pytz` (#2978) Signed-off-by: Willy Lulciuc --- clients/python/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/clients/python/setup.py b/clients/python/setup.py index d8cc7a854e..fab7551d25 100644 --- a/clients/python/setup.py +++ b/clients/python/setup.py @@ -15,6 +15,7 @@ "six", "pyrfc3339", "deprecation", + "pytz", ] extras_require = {