[project] name = "consulting-report-gen" version = "0.1.0" description = "AI-powered consulting report generation system" requires-python = ">=3.11" dependencies = [ "fastapi>=0.115", "uvicorn[standard]>=0.34", "litellm>=1.60", "pydantic>=2.0", "pydantic-settings>=2.0", "python-docx>=1.1", "python-pptx>=1.0", "openpyxl>=3.1", "fpdf2>=2.8", "python-multipart>=0.0.18", "aiofiles>=24.1", "jinja2>=3.1", ] [project.optional-dependencies] dev = [ "pytest>=8.0", "pytest-asyncio>=0.24", "httpx>=0.28", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build"