finance-consumer/pyproject.toml
2025-07-26 00:04:33 +08:00

16 lines
332 B
TOML

[project]
name = "finance-consumer"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"adata>=2.9.2",
"fastapi[standard]>=0.116.1",
"granian>=2.4.2",
"orjson>=3.10,<4",
"requests>=2.32.4",
"ruff>=0.12.5",
"sqlalchemy>=2.0.41",
]