updated requirements.txt and added a todo

This commit is contained in:
Michael Herman 2016-12-17 09:25:32 -07:00
parent 4e54276ad4
commit 14147e3dd0
2 changed files with 5 additions and 1 deletions

4
TODO.md Normal file
View File

@ -0,0 +1,4 @@
1. Write unit and integration tests for *all* scripts
1. Add Travis
1. Add support for Python 2.7, 3.5, and 3.6
1. Organize docs and folder structure better

View File

@ -1,4 +1,4 @@
beautifulsoup4==4.4.1
PyYAML==3.11
requests==2.7.0
requests==2.12.4
wheel==0.24.0