mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Start depending on icalendar
This commit is contained in:
parent
7e917c6ec5
commit
069641dfab
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -29,7 +29,8 @@ setup(
|
|||
install_requires=[
|
||||
'argvard>=0.3.0',
|
||||
'requests',
|
||||
'lxml'
|
||||
'lxml',
|
||||
'icalendar>=3.6'
|
||||
],
|
||||
extras_require={'keyring': ['keyring']}
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue