From 5050f4663da339bbdf57080e647336fa400f77dd Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Thu, 24 Sep 2015 19:24:58 +0200 Subject: [PATCH] Adjust dependencies --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index fccda9d..968ebce 100644 --- a/setup.py +++ b/setup.py @@ -36,6 +36,7 @@ setup( 'click-log', 'click-threading', 'requests', + 'requests-oauthlib', 'lxml>=3.0', # https://github.com/sigmavirus24/requests-toolbelt/pull/28 'requests_toolbelt>=0.4.0',