optional FastAPI service skeleton
This commit is contained in:
parent
f4f77b2eeb
commit
e53bc4144d
8 changed files with 352 additions and 10 deletions
|
|
@ -19,6 +19,7 @@ dev = [
|
|||
]
|
||||
service = [
|
||||
"fastapi>=0.110",
|
||||
"httpx>=0.27",
|
||||
"uvicorn>=0.27",
|
||||
]
|
||||
storage = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue