Upgrade to unified uritemplate 3.0.0 (#293)
As of uritemplate 3.0.0 and uritemplate.py 3.0.2, the two packages are equivalent.
There were no changes to functionality; see
https://github.com/sigmavirus24/uritemplate/blob/master/HISTORY.rst.
diff --git a/README.md b/README.md
index 5c63068..19590c7 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@
# Third Party Libraries and Dependencies
The following libraries will be installed when you install the client library:
* [httplib2](https://github.com/httplib2/httplib2)
-* [uri-templates](https://github.com/uri-templates/uritemplate-py)
+* [uritemplate](https://github.com/sigmavirus24/uritemplate)
For development you will also need the following libraries:
* [WebTest](http://pythonpaste.org/webtest/)
diff --git a/setup.py b/setup.py
index b4edba6..ca84446 100644
--- a/setup.py
+++ b/setup.py
@@ -66,7 +66,7 @@
'httplib2>=0.8,<1',
'oauth2client>=1.5.0,<4.0.0',
'six>=1.6.1,<2',
- 'uritemplate>=0.6,<1',
+ 'uritemplate>=3.0.0,<4',
]
if sys.version_info < (2, 7):