[project] name = "hermes-kanban-miniapp-backend" version = "0.1.0" description = "FastAPI backend for the Hermes Kanban Telegram Mini App" requires-python = ">=3.11" dependencies = [ "fastapi>=0.115.0", "uvicorn[standard]>=0.30.0", "pydantic>=2.7.0", "pydantic-settings>=2.3.0", "python-dotenv>=1.0.1", ] [project.optional-dependencies] dev = [ "pytest>=8.0.0", "httpx>=0.27.0", ] [tool.pytest.ini_options] testpaths = ["tests"] pythonpath = ["."] addopts = "-q"