mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-25 14:37:47 +00:00
Make requests-oauthlib actually optional
This commit is contained in:
parent
ed3ffcfdee
commit
86bf8ccffa
1 changed files with 0 additions and 1 deletions
1
setup.py
1
setup.py
|
|
@ -36,7 +36,6 @@ setup(
|
||||||
'click-log',
|
'click-log',
|
||||||
'click-threading',
|
'click-threading',
|
||||||
'requests',
|
'requests',
|
||||||
'requests-oauthlib',
|
|
||||||
'lxml>=3.0',
|
'lxml>=3.0',
|
||||||
# https://github.com/sigmavirus24/requests-toolbelt/pull/28
|
# https://github.com/sigmavirus24/requests-toolbelt/pull/28
|
||||||
'requests_toolbelt>=0.4.0',
|
'requests_toolbelt>=0.4.0',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue