mirror of
https://github.com/henry4682/linebot_finance.git
synced 2026-05-16 04:41:52 +00:00
add app files
This commit is contained in:
20
app/pyproject.toml
Normal file
20
app/pyproject.toml
Normal file
@@ -0,0 +1,20 @@
|
||||
[project]
|
||||
name = "app"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"anthropic>=0.84.0",
|
||||
"ddddocr==1.4.11",
|
||||
"fastapi>=0.135.1",
|
||||
"line-bot-sdk>=3.22.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",
|
||||
]
|
||||
Reference in New Issue
Block a user