httpx>=0.27

[code]
tree-sitter>=0.21

[dev]
relore[postgres,python]
pytest>=8
ruff>=0.5

[postgres]
relore[server]
psycopg[binary]>=3.1

[python]
relore[code]
tree-sitter-python>=0.21

[server]
SQLAlchemy>=2.0
fastapi>=0.110
uvicorn>=0.29
pydantic>=2.6
