Files
email-classifier/pyproject.toml
Steve W 7c9d851a9a
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 5m3s
Add configurable LLM provider adapters for email classification
2026-04-09 17:36:46 +00:00

14 lines
332 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",
"uvicorn>=0.40.0",
]