new api refactor setup

This commit is contained in:
bootunloader
2025-12-31 07:56:38 +02:00
parent 15f62eaebf
commit c91fed55bb
8 changed files with 345 additions and 35 deletions

10
pyapi/pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[project]
name = "pyapi"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"cloudscraper>=1.2.71",
"fastapi>=0.128.0",
]