Initial Commit

Signed-off-by: Daniel Henry <iamdanhenry@gmail.com>
This commit is contained in:
2026-01-28 11:42:27 -06:00
commit da6f623d38
13 changed files with 604 additions and 0 deletions

12
pyproject.toml Normal file
View File

@@ -0,0 +1,12 @@
[project]
name = "email-classifier"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"beautifulsoup4>=4.14.3",
"fastapi>=0.128.0",
"openai>=2.16.0",
"uvicorn>=0.40.0",
]