summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTobias Brox <tobias@redpill-linpro.com>2022-11-28 01:20:40 +0100
committerTobias Brox <tobias@redpill-linpro.com>2022-11-28 01:20:40 +0100
commitf655b6b64765216f9f09a2049ccee76e83c7b05f (patch)
tree2ee7ee92beba3800ed126e9557b8da3d5ff4e408 /setup.py
parentc287de35b862a01ec8f6bb443502b10a1ae5eac5 (diff)
downloadcalendar-cli-f655b6b64765216f9f09a2049ccee76e83c7b05f.zip
config in place now ... and actually trying to use the new cal.py-interface for practical tasks...
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index eba87e6..9ec12ba 100644
--- a/setup.py
+++ b/setup.py
@@ -30,7 +30,7 @@ setup(
py_modules=['cal'],
install_requires=[
'icalendar',
- 'caldav>=0.10',
+ 'caldav>=0.12-dev0',
# 'isodate',
'pytz', ## pytz is supposed to be obsoleted, but see https://github.com/collective/icalendar/issues/333
'tzlocal',