[+] Add matplotlib

This commit is contained in:
Hykilpikonna
2021-11-23 20:30:19 -05:00
parent 4e265bf30d
commit 65df10e3c2
+5
View File
@@ -8,9 +8,14 @@ tweepy==4.4.0
# Pytz is for timezone manipulations
pytz~=2021.1
#####################
# Data visualization
# Print table data
tabulate==0.8.9
# Draw local graphs
matplotlib==3.5.0
#####################
# Testing and code checking
pytest
python-ta