feat: create structure for the project and first problem
This commit is contained in:
@@ -4,4 +4,9 @@ version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = []
|
||||
dependencies = [
|
||||
"fastapi>=0.136.3",
|
||||
"httpx>=0.28.1",
|
||||
"pydantic>=2.13.4",
|
||||
"uvicorn>=0.48.0",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user