From 9640bb81f8789c19219c5fc58cac78540124e217 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Tue, 15 Aug 2023 15:46:10 -0700 Subject: add pyyaml to install_requires --- setup.py | 1 + 1 file changed, 1 insertion(+) 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' -- cgit v1.2.3