CV_parser / pyproject.toml
vietlethe's picture
Initialize CV Parser project with FastAPI, Docker support, and document parsing capabilities
716138f
raw
history blame contribute delete
309 Bytes
[project]
name = "cv-parser"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"fastapi>=0.115.12",
"google-genai>=1.8.0",
"pillow>=11.1.0",
"pydantic>=2.11.1",
"python-multipart>=0.0.20",
"uvicorn>=0.34.0",
]