6 lines
239 B
Plaintext
6 lines
239 B
Plaintext
# Root requirements = runner + invoker deps only. Per-function deps live
|
|
# alongside each function (functions/<name>/requirements.txt) so they're
|
|
# bundled with the function's deployment zip for AWS.
|
|
fastapi>=0.115
|
|
uvicorn[standard]>=0.32
|