From 746c7cc851115b65d2b8f7ed72e4a2e6fad2c99a Mon Sep 17 00:00:00 2001 From: Samira-El <54845154+Samira-El@users.noreply.github.com> Date: Thu, 19 Mar 2020 14:51:36 +0200 Subject: [PATCH] delete redundant library "pytz" that already comes with pipelinewise-singer-python (#17) --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index ffa2dec..6d8a5c9 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,6 @@ 'snowflake-connector-python==2.2.2', 'backoff==1.8.0', 'pendulum==1.2.0', - 'pytz==2018.4', 'python-dateutil<2.8.1,>=2.1', ], extras_require={