commit | 4f652d39d6440916fa55457e61fd81347f7dc8a6 | [log] [tgz] |
---|---|---|
author | Joe Gregorio <joe.gregorio@gmail.com> | Wed Aug 07 11:11:06 2013 -0400 |
committer | Joe Gregorio <joe.gregorio@gmail.com> | Wed Aug 07 11:11:06 2013 -0400 |
tree | a67b93523d3ea5c13f2cbe9b366834cf65184444 | |
parent | 37802c34263ea5a0f9352df19ef3830a1f3be42f [diff] [blame] |
uritemplate missing from setup dependencies.
diff --git a/setup.py b/setup.py index 64b484b..b2a011b 100644 --- a/setup.py +++ b/setup.py
@@ -22,6 +22,7 @@ packages = [ 'apiclient', 'oauth2client', + 'uritemplate', ] install_requires = [