diff options
author | Robert Schütz <github@dotlambda.de> | 2023-08-15 15:46:10 -0700 |
---|---|---|
committer | Tobias Brox <tobias@redpill-linpro.com> | 2023-08-16 08:45:20 +0200 |
commit | 9640bb81f8789c19219c5fc58cac78540124e217 (patch) | |
tree | f27dcd4ee9d4b771c3b79a7220a77dca794f069e | |
parent | 6c00d89d9454ff49963d2db110d18b2dc2fb951a (diff) | |
download | calendar-cli-master.zip |
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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' |