From 86bf8ccffa1f14cedbf2bf93d6d6c286dbe91c12 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Thu, 5 Nov 2015 15:51:48 +0100 Subject: [PATCH] Make requests-oauthlib actually optional --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 6615171..2924884 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,6 @@ setup( 'click-log', 'click-threading', 'requests', - 'requests-oauthlib', 'lxml>=3.0', # https://github.com/sigmavirus24/requests-toolbelt/pull/28 'requests_toolbelt>=0.4.0',