13 lines
262 B
TOML
13 lines
262 B
TOML
[project]
|
|
name = "math-problems-structure"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"fastapi>=0.136.3",
|
|
"httpx>=0.28.1",
|
|
"pydantic>=2.13.4",
|
|
"uvicorn>=0.48.0",
|
|
]
|