From 14147e3dd0de7b7262e4617a37faaf0e05825665 Mon Sep 17 00:00:00 2001 From: Michael Herman Date: Sat, 17 Dec 2016 09:25:32 -0700 Subject: [PATCH] updated requirements.txt and added a todo --- TODO.md | 4 ++++ requirements.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..598d675 --- /dev/null +++ b/TODO.md @@ -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 diff --git a/requirements.txt b/requirements.txt index b65ee68..2ad222b 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ beautifulsoup4==4.4.1 PyYAML==3.11 -requests==2.7.0 +requests==2.12.4 wheel==0.24.0