cv-buddy-backend / pyproject.toml
Momal's picture
Deploy cv-buddy backend
366c43e
raw
history blame contribute delete
208 Bytes
[project]
name = "cv-buddy-backend"
version = "0.1.0"
description = "AI-powered resume customization backend"
requires-python = ">=3.11"
[tool.pytest.ini_options]
asyncio_mode = "auto"
testpaths = ["tests"]