From 254fd1cfa529986de81e04a5f8b8070b9c30ecfc Mon Sep 17 00:00:00 2001 From: henry4682 Date: Tue, 10 Mar 2026 11:02:06 +0800 Subject: [PATCH] feat: linebot remove library --- app/pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/pyproject.toml b/app/pyproject.toml index b3eab4e..b8fdeea 100644 --- a/app/pyproject.toml +++ b/app/pyproject.toml @@ -14,7 +14,6 @@ dependencies = [ "pillow>=12.1.1", "playwright>=1.58.0", "psycopg2-binary>=2.9.11", - "pytesseract>=0.3.13", "python-dotenv>=1.2.2", "sqlalchemy>=2.0.48", "uvicorn>=0.41.0",