Files
CSC110-Project/requirements.txt
T
2021-11-23 21:38:47 -05:00

25 lines
469 B
Plaintext

# 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
# 7zip packing utility for packing our processed data
py7zr==0.16.3
#####################
# Data visualization
# Print table data
tabulate==0.8.9
# Draw local graphs
matplotlib==3.5.0
#####################
# Testing and code checking
pytest
python-ta