Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c952fd0

Browse files
simon-weberJon Wayne Parrott
authored and
Jon Wayne Parrott
committed
Upgrade to unified uritemplate 3.0.0 (googleapis#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.
1 parent ea3a5e1 commit c952fd0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Python 3 in production.
2525
# Third Party Libraries and Dependencies
2626
The following libraries will be installed when you install the client library:
2727
* [httplib2](https://github.com/httplib2/httplib2)
28-
* [uri-templates](https://github.com/uri-templates/uritemplate-py)
28+
* [uritemplate](https://github.com/sigmavirus24/uritemplate)
2929

3030
For development you will also need the following libraries:
3131
* [WebTest](http://pythonpaste.org/webtest/)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def _DetectBadness():
6666
'httplib2>=0.8,<1',
6767
'oauth2client>=1.5.0,<4.0.0',
6868
'six>=1.6.1,<2',
69-
'uritemplate>=0.6,<1',
69+
'uritemplate>=3.0.0,<4',
7070
]
7171

7272
if sys.version_info < (2, 7):

0 commit comments

Comments
 (0)