From b3271a5c72bf21a840cff1752bb8e41fba8f3ad5 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Mon, 22 Nov 2021 10:43:23 -0500 Subject: [PATCH] [+] Add python-ta in requirements --- requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/requirements.txt b/requirements.txt index 66a0c1a..b4f4532 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,3 +7,7 @@ tweepy==4.4.0 # Pytz is for timezone manipulations pytz~=2021.1 + +# Testing and code checking +pytest +python-ta