summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTobias Brox <tobias@redpill-linpro.com>2020-04-14 14:21:25 +0200
committerTobias Brox <tobias@redpill-linpro.com>2020-04-14 14:21:25 +0200
commit1621aca6f83144db22823eb6b2e2943c49c5a6ed (patch)
treefced4f54c26efae3ac1a9c0d31231dca127c3bd2 /setup.py
parent03f9e707eb1c74cc71ef30dad4b0fe3f70359fd0 (diff)
downloadcalendar-cli-1621aca6f83144db22823eb6b2e2943c49c5a6ed.zip
apparently the to_normal_str function was added to caldav after the latest 0.6.2-release
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a843a49..e3299b3 100644
--- a/setup.py
+++ b/setup.py
@@ -42,7 +42,8 @@ setup(
'icalendar',
'caldav>=0.5.0',
'pytz',
- 'tzlocal'
+ 'tzlocal',
+ 'six'
],
**metadata
)