From c9e4ccedc0d8ce6ff24d7004823b5f0f158df588 Mon Sep 17 00:00:00 2001 From: fin-github <70870542+fin-github@users.noreply.github.com> Date: Fri, 30 Dec 2022 17:18:42 -0800 Subject: [PATCH] Added required customtkinter py module. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 084ab29..36fbec7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,3 +13,4 @@ pyttsx3==2.90 Pillow~=9.1.1 tomlkit==0.11.4 Flask==2.2.2 +customtkinter==4.6.3