From 91cc9802a3502edf1af29943d9bb07f5bee800a6 Mon Sep 17 00:00:00 2001 From: Sakamoto Shiina <68018796+ShiinaSakamoto@users.noreply.github.com> Date: Mon, 16 Oct 2023 10:29:25 +0900 Subject: [PATCH] [Chore] Remove the code ctypes from requirements.txt. --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9e7cc4e6..386f2860 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,4 @@ python-osc == 1.8.3 customtkinter == 5.2.0 flashtext == 2.7 pyyaml == 6.0.1 -python-i18n == 0.3.9 -ctypes \ No newline at end of file +python-i18n == 0.3.9 \ No newline at end of file