commit | 951b75fb419ddb101b489b5df9ad8c3249a0848b | [log] [tgz] |
---|---|---|
author | Craig Citro <craigcitro@gmail.com> | Mon Aug 18 23:14:20 2014 -0700 |
committer | Craig Citro <craigcitro@gmail.com> | Mon Aug 18 23:14:20 2014 -0700 |
tree | 1746247ae07ce5bb98639c0d3415d086c02aad80 | |
parent | 6ae34d7532740c7a51276aa2e30242aa5aca252a [diff] [blame] |
Add uritemplate as a dependency. We removed uritemplate from oauth2client, so now we re-add it as a normal python package dependency.
diff --git a/tox.ini b/tox.ini index aa1b36c..b7c6591 100644 --- a/tox.ini +++ b/tox.ini
@@ -9,6 +9,7 @@ django==1.2 webtest nose + uritemplate setenv = PYTHONPATH=../google_appengine [testenv:py26]