emcoder-api-ui / pyproject.toml
yezdata's picture
initial commit
2592d48
Raw
History Blame Contribute Delete
291 Bytes
[project]
name = "api"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastapi>=0.136.1",
"gradio>=6.14.0",
"pydantic>=2.13.4",
"torch>=2.12.0",
"transformers>=5.9.0",
"uvicorn>=0.47.0",
]