11 lines
207 B
TOML
11 lines
207 B
TOML
[project]
|
|
name = "modelbeast"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"aiofiles>=25.1.0",
|
|
"fastapi>=0.139.0",
|
|
"python-multipart>=0.0.32",
|
|
"uvicorn[standard]>=0.51.0",
|
|
]
|