19 lines
466 B
TOML
19 lines
466 B
TOML
[build-system]
|
|
requires = ["setuptools", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "idea199-replicasurety-economic-surety"
|
|
version = "0.1.0"
|
|
description = "ReplicaSurety: PoeticCert, ReplayBundle, and a tiny off-chain surety ledger and verifier"
|
|
readme = "README.md"
|
|
requires-python = ">=3.9"
|
|
dependencies = [
|
|
"fastapi>=0.95",
|
|
"pydantic>=1.10",
|
|
"uvicorn>=0.18",
|
|
]
|
|
|
|
[project.urls]
|
|
"Homepage" = "https://example.com/replicasurety"
|