From 8f098dacdc29805f3d8f31fc0de8eeaf6b2b20f9 Mon Sep 17 00:00:00 2001 From: xunbu Date: Mon, 25 Aug 2025 14:51:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89pyinstaller?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a5c02a1..c056036 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,6 @@ docling = [ dev = [ "opencv-python>=4.11.0.86", "docling>=2.40.0", - "pyinstaller>=6.14.2", ] [project.scripts] docutranslate = "docutranslate.cli:main"