mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Merge pull request #891 from pimutils/fix-master
Update click-threading to 0.5.0
This commit is contained in:
commit
5e3e57ffc2
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -14,7 +14,7 @@ requirements = [
|
||||||
"click>=5.0",
|
"click>=5.0",
|
||||||
"click-log>=0.3.0, <0.4.0",
|
"click-log>=0.3.0, <0.4.0",
|
||||||
# https://github.com/pimutils/vdirsyncer/issues/478
|
# https://github.com/pimutils/vdirsyncer/issues/478
|
||||||
"click-threading>=0.2",
|
"click-threading>=0.5",
|
||||||
"requests >=2.20.0",
|
"requests >=2.20.0",
|
||||||
# https://github.com/sigmavirus24/requests-toolbelt/pull/28
|
# https://github.com/sigmavirus24/requests-toolbelt/pull/28
|
||||||
# And https://github.com/sigmavirus24/requests-toolbelt/issues/54
|
# And https://github.com/sigmavirus24/requests-toolbelt/issues/54
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue