refactor: change from standar backend api to python library
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user