DH-integrations/pyproject.toml

20 lines
407 B
TOML

[project]
name = "donatehelperintegrate"
version = "0.1.0"
description = ""
authors = [
{name = "harold",email = "tihon414@gmail.com"}
]
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"fastapi[all] (>=0.116.1,<0.117.0)",
"pydantic[email] (>=2.11.7,<3.0.0)",
"httpx (>=0.28.1,<0.29.0)"
]
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"