# Python Dependencies for CS2104
# Maintained by Ryan Gniadek (rgniadek@vt.edu)

# python3 -m virtualenv .venv
# . .venv/bin/actiavte
# pip install -r requirements.txt

autopep8==2.0.1
certifi==2022.12.7
charset-normalizer==2.0.12
cycler==0.11.0
gmplot==1.4.1
idna==3.4
isort==5.10.1
joblib==1.1.1
kiwisolver==1.3.1
matplotlib==3.3.4
numpy==1.19.5
pandas==1.1.5
Pillow==8.4.0
pycodestyle==2.10.0
pyparsing==3.0.9
python-dateutil==2.8.2
pytz==2022.7
requests==2.27.1
scapy==2.4.5
scikit-learn==0.24.2
scipy==1.5.4
six==1.16.0
sklearn==0.0.post1
threadpoolctl==3.1.0
tomli==1.2.3
urllib3==1.26.13