File size: 309 Bytes
716138f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
[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",
]
|