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