24 lines
437 B
TOML
24 lines
437 B
TOML
[project]
|
|
name = "whattheflat"
|
|
version = "0.1.0"
|
|
description = "Real-time key detection for real humans"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"fastapi>=0.115.0",
|
|
"uvicorn[standard]>=0.30.0",
|
|
"anthropic>=0.40.0",
|
|
"ollama>=0.4.0",
|
|
"python-dotenv>=1.0.0",
|
|
"pydantic>=2.0.0",
|
|
"pydantic-settings>=2.0.0",
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"httpx>=0.27.0",
|
|
]
|
|
|
|
[tool.uv]
|
|
package = false
|