ce / pyproject.toml
josephrw's picture
Upload folder using huggingface_hub
c41bdce verified
Raw
History Blame Contribute Delete
404 Bytes
[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"]