File size: 404 Bytes
c41bdce | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | [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"]
|