From 028003e838eb8767b49ec8464ca322a1a286af46 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Mon, 22 Nov 2021 09:14:10 -0500 Subject: [PATCH] [+] Add comments in requirements --- requirements.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/requirements.txt b/requirements.txt index af19adb..66a0c1a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,9 @@ + +# Json5 is a human-readable json format that allows for things such as unquoted keys or comments. json5~=0.9.6 + +# Tweepy is a python SDK for twitter tweepy==4.4.0 +# Pytz is for timezone manipulations pytz~=2021.1