From 006057a5e1ed2949ae4626c3014971c12512cf50 Mon Sep 17 00:00:00 2001 From: Tobias Brox Date: Mon, 23 Jan 2017 19:12:57 +0100 Subject: bugfix, latest version of calendar-cli depends on a caldav library 0.5.0 or higher --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 260921e..2b3eaca 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ setup( scripts=['calendar-cli.py'], install_requires=[ 'icalendar', - 'caldav>=0.4.0.dev', + 'caldav>=0.5.0', 'pytz', 'tzlocal' ], -- cgit v1.2.3