1
0
mirror of https://gitlab.com/2-chainz/2chainz.git synced 2025-06-15 17:36:39 +00:00
2chainz/rest/pyproject.toml
2025-05-22 23:56:24 -06:00

17 lines
280 B
TOML

[project]
name = "rest"
version = "0.1.0"
description = "Restful 2 Chainz API"
readme = "../README.md"
requires-python = ">=3.13"
dependencies = [
"fastapi>=0.115.12",
"uvicorn[standard]>=0.34.2",
]
[dependency-groups]
dev = [
"httpx>=0.28.1",
"pytest>=8.3.5",
]