From de358de09044e5bd40153c0129a9333253f798b3 Mon Sep 17 00:00:00 2001 From: "Bobby Abellana (aider)" Date: Tue, 11 Feb 2025 16:05:23 -0800 Subject: [PATCH] chore: Remove tkinter from requirements.txt as it's a built-in Python module --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fd40596..849405d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,3 @@ msoffcrypto-tool>=5.0.0 tqdm>=4.65.0 streamlit>=1.24.0 python-docx>=0.8.11 -tkinter