From 459b8791bce992cfe8ab125b1eb2d00724a0141f Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Wed, 18 Jul 2018 15:12:09 +0200 Subject: [PATCH] Added requirement for ics to setup.py Signed-off-by: Jim Martens --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 74afcda..840da7e 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ setup( "console_scripts": ['tm-calendarsync = twomartens.calendarsync.calendarsync:main'] }, python_requires="~=3.6", - install_requires=[""], + install_requires=["ics>=0.4"], license="Apache License 2.0", classifiers=[ "Operating System :: OS Independent",