[project] name = "openbrain" version = "0.0.1" description = "Self-hosted semantic brain — pgvector + MCP server for any AI agent" requires-python = ">=3.12" dependencies = [ "fastapi>=0.115.0", "uvicorn[standard]>=0.32.0", "asyncpg>=0.30.0", "httpx>=0.28.0", "pydantic>=2.10.0", "pydantic-settings>=2.7.0", "mcp[cli]>=1.6.0", "python-multipart>=0.0.20", ] [project.optional-dependencies] dev = [ "pytest>=8.0.0", "pytest-asyncio>=0.24.0", "ruff>=0.8.0", ] [tool.ruff] line-length = 100 target-version = "py312" [tool.ruff.lint] select = ["E", "F", "I"] [tool.pytest.ini_options] asyncio_mode = "auto"