summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Brox <tobias@redpill-linpro.com>2017-01-23 19:12:57 +0100
committerTobias Brox <tobias@redpill-linpro.com>2017-01-23 19:12:57 +0100
commit006057a5e1ed2949ae4626c3014971c12512cf50 (patch)
tree2385f298d47d580847d9aa0dc4bb6230f20ec559
parentee82cc376da50ad330a41560ba002948fe98063b (diff)
downloadcalendar-cli-006057a5e1ed2949ae4626c3014971c12512cf50.zip
bugfix, latest version of calendar-cli depends on a caldav library 0.5.0 or higher
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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'
],