From 0636d66b44c4594121143227825d4150ecca2973 Mon Sep 17 00:00:00 2001 From: Phil Owen <19691521+PhillipsOwen@users.noreply.github.com> Date: Thu, 26 Oct 2023 09:40:18 -0400 Subject: [PATCH] adding new package for time zone ops --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index acc8bfd..6c11a89 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,4 +15,5 @@ pandas==2.1.1 numpy==1.26.1 pyjwt==2.8.0 pytest==7.4.3 -requests==2.31.0 \ No newline at end of file +requests==2.31.0 +pytz==2023.3.post1