[project] name = "membra-liquidity-automation-windsurf-bridge" version = "0.1.0" description = "Local-first 24/7 liquidity automation aggregator with Windsurf bridge" requires-python = ">=3.11" dependencies = [ "fastapi>=0.111.0", "uvicorn>=0.30.0", "pydantic>=2.7.0" ] [project.scripts] membra-liquidity-agg = "membra_liquidity_agg.__main__:main" [tool.pytest.ini_options] testpaths = ["tests"]