From ca05ca7abfb01ed5d155c1732dcec4dcc3a66c6b Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Wed, 24 Nov 2021 11:34:06 -0500 Subject: [PATCH] [-] Remove pytz --- requirements.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6d22f1a..584f970 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,9 +5,6 @@ json5~=0.9.6 # Tweepy is a python SDK for twitter tweepy==4.4.0 -# Pytz is for timezone manipulations -pytz~=2021.1 - # 7zip packing utility for packing our processed data py7zr==0.16.3