mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-26 14:47:44 +00:00
Add comments on dependencies
This commit is contained in:
parent
7ddd3a5fdd
commit
3d62c19f42
1 changed files with 3 additions and 0 deletions
3
setup.py
3
setup.py
|
|
@ -38,10 +38,13 @@ setup(
|
||||||
'console_scripts': ['vdirsyncer = vdirsyncer.cli:main']
|
'console_scripts': ['vdirsyncer = vdirsyncer.cli:main']
|
||||||
},
|
},
|
||||||
install_requires=[
|
install_requires=[
|
||||||
|
# https://github.com/mitsuhiko/click/issues/200
|
||||||
'click>=3.1',
|
'click>=3.1',
|
||||||
|
# https://github.com/shazow/urllib3/pull/444
|
||||||
'requests>=2.4.1',
|
'requests>=2.4.1',
|
||||||
'lxml>=3.0',
|
'lxml>=3.0',
|
||||||
'icalendar>=3.6',
|
'icalendar>=3.6',
|
||||||
|
# https://github.com/sigmavirus24/requests-toolbelt/pull/28
|
||||||
'requests_toolbelt>=0.3.0'
|
'requests_toolbelt>=0.3.0'
|
||||||
],
|
],
|
||||||
extras_require={'keyring': ['keyring']}
|
extras_require={'keyring': ['keyring']}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue