From 863bf6f280d6d714c46deb55c93e99106083e8cc Mon Sep 17 00:00:00 2001 From: Tobias Brox Date: Tue, 5 May 2020 16:07:34 +0200 Subject: the python-caldav version 0.5.0 had issues with time stamps, and calendar-cli isn't compatible with 0.5.0 any more. Fixes https://github.com/tobixen/calendar-cli/issues/31 and many others --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index e3299b3..c70a1b8 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ setup( scripts=['calendar-cli.py', 'calendar-cli'], install_requires=[ 'icalendar', - 'caldav>=0.5.0', + 'caldav>=0.6.2', 'pytz', 'tzlocal', 'six' -- cgit v1.2.3