api endpoints setup for proxy

This commit is contained in:
bootunloader
2025-12-31 08:06:20 +02:00
parent c91fed55bb
commit 2a122e1551
4 changed files with 236 additions and 3 deletions

View File

@@ -7,4 +7,6 @@ requires-python = ">=3.13"
dependencies = [
"cloudscraper>=1.2.71",
"fastapi>=0.128.0",
"pydantic>=2.12.5",
"python-dotenv>=1.2.1",
]