feat: initial scaffold of osint_db (DuckDB source-of-truth service)
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
[project]
|
||||
name = "osint-db"
|
||||
version = "0.1.0"
|
||||
description = "Service FastAPI local dueño único de la base DuckDB osint.duckdb: fuente de verdad estructurada del ecosistema OSINT (vault Obsidian + Xandikos CardDAV/CalDAV)."
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"fastapi>=0.110",
|
||||
"uvicorn>=0.29",
|
||||
"pyyaml>=6.0",
|
||||
"duckdb>=1.0",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"pytest>=8.0",
|
||||
"httpx>=0.27",
|
||||
]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
testpaths = ["tests"]
|
||||
Reference in New Issue
Block a user