mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Exclude buggy requests version
This commit is contained in:
parent
2782186421
commit
0aeb599e75
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -35,7 +35,7 @@ setup(
|
|||
'click>=5.0',
|
||||
'click-log',
|
||||
'click-threading',
|
||||
'requests',
|
||||
'requests != 2.9.0',
|
||||
'lxml >=3.0, <=3.4.4',
|
||||
# https://github.com/sigmavirus24/requests-toolbelt/pull/28
|
||||
'requests_toolbelt>=0.5.0',
|
||||
|
|
|
|||
Loading…
Reference in a new issue