Files
email-classifier/pyproject.toml

15 lines
353 B
TOML

[project]
name = "email-classifier"
version = "0.1.0"
description = "Email classification API with configurable LLM providers and endpoints"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"anthropic>=0.57.1",
"beautifulsoup4>=4.14.3",
"fastapi>=0.128.0",
"openai>=2.16.0",
"PyYAML>=6.0.2",
"uvicorn>=0.40.0",
]