From: Christopher Allan Webber Date: Fri, 30 Aug 2013 21:27:22 +0000 (-0500) Subject: We're presently tied to a very specific version of oauthlib... X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=6b61a51e4527379a26b2c5cfd892dd351bce62bb;p=mediagoblin.git We're presently tied to a very specific version of oauthlib... --- diff --git a/setup.py b/setup.py index 4856824a..cf3c2018 100644 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ setup( 'itsdangerous', 'pytz', 'six', - 'oauthlib', + 'oauthlib==0.5.0', ## This is optional! # 'translitcodec', ## For now we're expecting that users will install this from