Make requests-oauthlib actually optional

This commit is contained in:
Markus Unterwaditzer 2015-11-05 15:51:48 +01:00
parent ed3ffcfdee
commit 86bf8ccffa

View file

@ -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',