From 52e4ed8bbc09b3838a02b4859917a794d3abd2e2 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Tue, 13 Oct 2015 21:46:22 +0100 Subject: [PATCH] Use the maintained uritemplate.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2f2b164860e..9ee1c5f3233 100644 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ def _DetectBadness(): 'httplib2>=0.8', 'oauth2client>=1.4.6', 'six>=1.6.1', - 'uritemplate>=0.6', + 'uritemplate.py>=0.3', ] if sys.version_info < (2, 7):