21 lines
504 B
TOML
21 lines
504 B
TOML
[build-system]
|
|
requires = ["setuptools>=42", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "idea199-replicasurety-economic-surety"
|
|
version = "0.1.0"
|
|
description = "ReplicaSurety: PoeticCert schemas, ReplayBundle format and a tiny off-chain surety ledger"
|
|
readme = "README.md"
|
|
requires-python = ">=3.9"
|
|
license = {text = "MIT"}
|
|
dependencies = [
|
|
"fastapi>=0.95",
|
|
"pydantic>=1.10",
|
|
"cryptography>=40.0",
|
|
"httpx>=0.24",
|
|
]
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["src"]
|