bot_pozhitki/pyproject.toml
2026-09-03 18:18:08 +00:00

21 lines
432 B
TOML

[project]
name = "pozhitki"
version = "0.1.0"
description = "Telegram WebApp for tracking income, expenses and savings"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.115.0,<1",
"pytelegrambotapi>=4.23.0,<5",
"uvicorn[standard]>=0.30.0,<1",
]
[dependency-groups]
dev = [
"httpx>=0.27.0,<1",
"pytest>=8.3.0,<9",
]
[tool.pytest.ini_options]
testpaths = ["tests"]
pythonpath = ["."]