mirror of
https://github.com/j93es/oauth-backend.git
synced 2026-06-04 06:51:51 +09:00
Refactor code structure for improved readability and maintainability
This commit is contained in:
commit
60af190524
8 changed files with 1129 additions and 0 deletions
11
pyproject.toml
Normal file
11
pyproject.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[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",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue