From e9a968157e65e18d1b285a7765ecb641175ba370 Mon Sep 17 00:00:00 2001 From: Tobias Brox Date: Fri, 30 Sep 2022 01:29:58 +0200 Subject: More work on the kal aka cal.py command. It can now do around 80% of all the stuff calendar-cli can do, plus more. --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index dbd6bd6..0d91b62 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,8 @@ setup( py_modules=['cal'], install_requires=[ 'icalendar', - 'caldav>=0.8.1', + 'caldav>=0.10.0dev', +# 'isodate', 'pytz', ## pytz is supposed to be obsoleted, but see https://github.com/collective/icalendar/issues/333 'tzlocal', 'Click', -- cgit v1.2.3