mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
require click-log 0.3.0
This commit is contained in:
parent
97f58ddc46
commit
83026ad7de
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -13,7 +13,7 @@ from setuptools import Command, find_packages, setup
|
|||
requirements = [
|
||||
# https://github.com/mitsuhiko/click/issues/200
|
||||
'click>=5.0',
|
||||
'click-log>=0.2.0, <0.3.0',
|
||||
'click-log>=0.3.0, <0.4.0',
|
||||
|
||||
# https://github.com/pimutils/vdirsyncer/issues/478
|
||||
'click-threading>=0.2',
|
||||
|
|
|
|||
Loading…
Reference in a new issue