From 3658a1e5332ce83faaddce9883006a445f744210 Mon Sep 17 00:00:00 2001 From: Harinder Toor Date: Mon, 27 Oct 2014 16:38:57 +0000 Subject: [PATCH] Update requirements.txt oauthlib has been upgraded quite recently, and it is causing errors with Twython because of oauthlib. I have fixed the issue by downgrading to oauthlib 0.6.3 locally. Here are the recent changes of oauthlib: https://github.com/idan/oauthlib/commits/master --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 408e5896..f4e184a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ requests>=2.0.0 -oauthlib[rsa]>=0.6.2 +oauthlib[rsa]==0.6.3