diff options
author | Tobias Brox <tobias@redpill-linpro.com> | 2017-01-23 19:12:57 +0100 |
---|---|---|
committer | Tobias Brox <tobias@redpill-linpro.com> | 2017-01-23 19:12:57 +0100 |
commit | 006057a5e1ed2949ae4626c3014971c12512cf50 (patch) | |
tree | 2385f298d47d580847d9aa0dc4bb6230f20ec559 | |
parent | ee82cc376da50ad330a41560ba002948fe98063b (diff) | |
download | calendar-cli-006057a5e1ed2949ae4626c3014971c12512cf50.zip |
bugfix, latest version of calendar-cli depends on a caldav library 0.5.0 or higher
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ setup( scripts=['calendar-cli.py'], install_requires=[ 'icalendar', - 'caldav>=0.4.0.dev', + 'caldav>=0.5.0', 'pytz', 'tzlocal' ], |