18 lines
465 B
TOML
18 lines
465 B
TOML
[build-system]
|
|
requires = ["setuptools", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "mercurymesh_federated_reproducible_marke"
|
|
version = "0.1.0"
|
|
description = "Federated, reproducible market microstructure sandbox MVP"
|
|
readme = "README.md"
|
|
license = {text = "MIT"}
|
|
requires-python = ">=3.8"
|
|
authors = [ { name = "OpenCode AI", email = "example@example.com" } ]
|
|
dependencies = [
|
|
"numpy>=1.21",
|
|
"typing-extensions>=3.7",
|
|
"pytest>=7.0"
|
|
]
|