mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
parent
d30437b8fe
commit
9816e0140d
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -38,7 +38,7 @@ setup(
|
||||||
'console_scripts': ['vdirsyncer = vdirsyncer.cli:main']
|
'console_scripts': ['vdirsyncer = vdirsyncer.cli:main']
|
||||||
},
|
},
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'click>=2.0',
|
'click>=3.1',
|
||||||
'requests',
|
'requests',
|
||||||
'lxml',
|
'lxml',
|
||||||
'icalendar>=3.6',
|
'icalendar>=3.6',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue