summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schütz <github@dotlambda.de>2023-08-15 15:46:10 -0700
committerTobias Brox <tobias@redpill-linpro.com>2023-08-16 08:45:20 +0200
commit9640bb81f8789c19219c5fc58cac78540124e217 (patch)
treef27dcd4ee9d4b771c3b79a7220a77dca794f069e
parent6c00d89d9454ff49963d2db110d18b2dc2fb951a (diff)
downloadcalendar-cli-9640bb81f8789c19219c5fc58cac78540124e217.zip
add pyyaml to install_requiresHEADmaster
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index cfa3894..84f321a 100644
--- a/setup.py
+++ b/setup.py
@@ -32,6 +32,7 @@ setup(
'caldav>=0.12-dev0',
# 'isodate',
'pytz', ## pytz is supposed to be obsoleted, but see https://github.com/collective/icalendar/issues/333
+ 'pyyaml',
'tzlocal',
'Click',
'six'