apply-helper / pyproject.toml
hanbinChen's picture
init
ab1ad86
raw
history blame contribute delete
372 Bytes
[project]
name = "ai-resume-generator"
version = "0.1.0"
description = "AI-powered Resume & Cover Letter Generator"
authors = [{ name = "Jules", email = "jules@example.com" }]
requires-python = ">=3.9"
dependencies = [
"streamlit",
"litellm",
"pydantic",
"pyyaml",
"weasyprint",
"python-dotenv",
"pytest",
"tenacity",
"markdown-it-py"
]