mirror of
https://github.com/j93es/oauth-backend.git
synced 2026-06-04 03:31:51 +09:00
11 lines
226 B
TOML
11 lines
226 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",
|
|
]
|