feat: add FastAPI, Entity base class, and health check endpoint
This commit is contained in:
@@ -6,6 +6,10 @@ build-backend = "setuptools.backends._legacy:_Backend"
|
||||
name = "python-fun"
|
||||
version = "0.1.0"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"fastapi>=0.115.0",
|
||||
"uvicorn[standard]>=0.30.0",
|
||||
]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
pythonpath = ["."]
|
||||
Reference in New Issue
Block a user