oauth-backend/pyproject.toml
2025-06-07 19:15:21 +09:00

13 lines
283 B
TOML

[project]
name = "oauth-proxy"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"mitmproxy>=12.1.1",
"aiohttp>=3.8.0",
"httpx>=0.28.1",
"fastapi[standard]>=0.115.12",
"granian>=2.3.2",
]