uritemplate missing from setup dependencies.

This commit is contained in:
Joe Gregorio
2013-08-07 11:11:06 -04:00
parent 37802c3426
commit 4f652d39d6

View File

@@ -22,6 +22,7 @@ from setuptools import setup
packages = [
'apiclient',
'oauth2client',
'uritemplate',
]
install_requires = [