Files
linebot_finance/app/pyproject.toml
henry4682 1fa12fcfad feat: linebot & invoice_fetcher
1. add manual captcha
2. remove transaction
2026-03-09 15:35:49 +08:00

22 lines
483 B
TOML

[project]
name = "app"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"anthropic>=0.84.0",
"cloudinary>=1.44.1",
"fastapi>=0.135.1",
"line-bot-sdk>=3.22.0",
"nest-asyncio>=1.6.0",
"numpy>=2.4.2",
"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",
]