From 6b61a51e4527379a26b2c5cfd892dd351bce62bb Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Fri, 30 Aug 2013 16:27:22 -0500 Subject: [PATCH] We're presently tied to a very specific version of oauthlib... --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1