This commit is contained in:
Nikidze
2025-10-31 22:08:55 +03:00
commit e3f8caf59f
78 changed files with 9249 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
[project]
name = "engine-wrapper"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"dotenv>=0.9.9",
"fastapi>=0.119.1",
"httpx>=0.28.1",
"pydantic>=2.12.3",
"uvicorn>=0.38.0",
]