From 8a4f02976f137fd35bdbd9e2cc4c18cde7ff9d49 Mon Sep 17 00:00:00 2001 From: Christoph Stahl Date: Mon, 18 Dec 2023 19:45:34 +0100 Subject: [PATCH] --amend --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2efa229..0eb8d77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,8 @@ module = [ "tkcalendar", "customtkinter", "aiohttp", - "tktimepicker" + "tktimepicker", + "platformdirs" ] ignore_missing_imports = true