final
This commit is contained in:
13
engine-wrapper/pyproject.toml
Normal file
13
engine-wrapper/pyproject.toml
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user