mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-04 10:35:51 +00:00
Update click-threading to 0.5.0
Previous version broke with recent `click` updates.
This commit is contained in:
parent
32bc8d9046
commit
addab47786
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -14,7 +14,7 @@ requirements = [
|
|||
"click>=5.0",
|
||||
"click-log>=0.3.0, <0.4.0",
|
||||
# https://github.com/pimutils/vdirsyncer/issues/478
|
||||
"click-threading>=0.2",
|
||||
"click-threading>=0.5",
|
||||
"requests >=2.20.0",
|
||||
# https://github.com/sigmavirus24/requests-toolbelt/pull/28
|
||||
# And https://github.com/sigmavirus24/requests-toolbelt/issues/54
|
||||
|
|
|
|||
Loading…
Reference in a new issue