2024-10-02 09:17:30 +00:00
|
|
|
[project]
|
|
|
|
name = "ocr"
|
|
|
|
[tool.poetry]
|
|
|
|
name = "ocr"
|
|
|
|
version = "0.1.0"
|
|
|
|
description = ""
|
|
|
|
authors = ["Your Name <you@example.com>"]
|
|
|
|
readme = "README.md"
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
python = "^3.12"
|
|
|
|
fastapi = "^0.115.0"
|
|
|
|
easyocr = "^1.7.2"
|
2024-10-02 10:41:28 +00:00
|
|
|
uvicorn = "^0.31.0"
|
|
|
|
aiohttp = "^3.10.8"
|
|
|
|
python-multipart = "^0.0.12"
|
2024-10-02 09:17:30 +00:00
|
|
|
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|