mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Merge pull request #971 from pimutils/update-click-log
Support click-log 0.4.0
This commit is contained in:
commit
dc6e4ba5af
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -11,7 +11,7 @@ from setuptools import setup
|
|||
requirements = [
|
||||
# https://github.com/mitsuhiko/click/issues/200
|
||||
"click>=5.0,<9.0",
|
||||
"click-log>=0.3.0, <0.4.0",
|
||||
"click-log>=0.3.0, <0.5.0",
|
||||
"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