File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Python 3 in production.
25
25
# Third Party Libraries and Dependencies
26
26
The following libraries will be installed when you install the client library:
27
27
* [ httplib2] ( https://github.com/httplib2/httplib2 )
28
- * [ uri-templates ] ( https://github.com/uri-templates /uritemplate-py )
28
+ * [ uritemplate ] ( https://github.com/sigmavirus24 /uritemplate )
29
29
30
30
For development you will also need the following libraries:
31
31
* [ WebTest] ( http://pythonpaste.org/webtest/ )
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ def _DetectBadness():
66
66
'httplib2>=0.8,<1' ,
67
67
'oauth2client>=1.5.0,<4.0.0' ,
68
68
'six>=1.6.1,<2' ,
69
- 'uritemplate>=0.6,<1 ' ,
69
+ 'uritemplate>=3.0.0,<4 ' ,
70
70
]
71
71
72
72
if sys .version_info < (2 , 7 ):
You can’t perform that action at this time.
0 commit comments