From 65299a6e9428c38ef0d096c2f7967ffd221d243b Mon Sep 17 00:00:00 2001 From: Sakamoto Shiina <68018796+ShiinaSakamoto@users.noreply.github.com> Date: Sun, 7 Jan 2024 06:36:58 +0900 Subject: [PATCH] =?UTF-8?q?[Update]=20Add=20pyinstaller=20to=20requirement?= =?UTF-8?q?s.txt.=20=E9=96=8B=E7=99=BA=E7=92=B0=E5=A2=83=E3=81=AEpyinstall?= =?UTF-8?q?er=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3=E9=81=95?= =?UTF-8?q?=E3=81=84=E3=81=AB=E3=82=88=E3=82=8A=E3=80=81=E3=83=93=E3=83=AB?= =?UTF-8?q?=E3=83=89=E6=99=82=E3=81=AE=E6=8C=99=E5=8B=95=E3=81=8C=E9=81=95?= =?UTF-8?q?=E3=81=A3=E3=81=A6=E3=81=84=E3=81=9F=E3=81=9F=E3=82=81=E3=83=90?= =?UTF-8?q?=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3=E3=82=92=E6=8C=87=E5=AE=9A?= =?UTF-8?q?=E3=80=82=E5=9B=BA=E5=AE=9A=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 42f4be2c..bff366c5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,5 @@ deepl == 1.15.0 flashtext == 2.7 pyyaml == 6.0.1 python-i18n == 0.3.9 -CTkToolTip == 0.8 \ No newline at end of file +CTkToolTip == 0.8 +pyinstaller==6.2.0 \ No newline at end of file