initial version

This commit is contained in:
vadimwit
2026-03-05 16:51:28 +00:00
commit 5e7954ee24
31 changed files with 4832 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
[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