refactor: change from standar backend api to python library

This commit is contained in:
AlanSilvaaa
2026-05-28 15:02:42 -04:00
parent 8d3a18ec39
commit da59c4e64d
23 changed files with 331 additions and 833 deletions

View File

@@ -1,12 +1,9 @@
[project]
name = "math-problems-structure"
version = "0.1.0"
description = "Add your description here"
description = "Definition to generate all sort of math problems."
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.136.3",
"httpx>=0.28.1",
"pydantic>=2.13.4",
"uvicorn>=0.48.0",
]