commit | 93ff27ba05de9c7d28fd69d822c665197dcd4a55 | [log] [tgz] |
---|---|---|
author | INADA Naoki <songofacandy@gmail.com> | Wed Mar 04 03:47:14 2015 +0900 |
committer | INADA Naoki <songofacandy@gmail.com> | Wed Mar 04 03:47:14 2015 +0900 |
tree | 32177c754f1e737c2e8d1478fea15aa82571bfe5 | |
parent | e4ea1a97cb9c2f05f5937c3fe4e0a7e965d6bc1d [diff] |
Add six to install_requires
diff --git a/setup.py b/setup.py index 40dbc0f..eb5f5f6 100644 --- a/setup.py +++ b/setup.py
@@ -60,6 +60,7 @@ install_requires = [ 'httplib2>=0.8', 'oauth2client>=1.3', + 'six>=1.6.1', 'uritemplate>=0.6', ]