mercurymesh-privacy-preserv.../pyproject.toml

17 lines
405 B
TOML

[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "mercurymesh-privacy-preserving-market-da"
version = "0.1.0"
description = "Privacy-preserving market-data federation MVP (MercuryMesh)"
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"fastapi>=0.101.0",
"uvicorn[standard]>=0.22.0",
"pydantic>=1.10.0",
"pytest>=7.0.0",
]