BethanyG / NANA

4 stars 0 forks source link

Remove Unneeded Libraries from Requirements.txt #12

Closed BethanyG closed 7 years ago

BethanyG commented 7 years ago

This file is entirely too long, and is full of no longer used libraries. We need to fix this by only including necessary libraries.

For instance, the following should be removed (more to add as discovered): Twilio PyBrain redis scikit-image scikit-learn seaborn selenium spyder tornado virtualenv virtualenvwrapper virtualenv-clone BeautifulSoup 3.2.1 networkx

BethanyG commented 7 years ago
BethanyG commented 7 years ago

Updated both files and merged the files. Libs are the same now for both Win and Mac...with the exception of Pycrypto, which needs to be hand-installed on Windows.

See commit f06a2d2 on Master See commit e52df53 on 3.6_rewrite