26 lines
363 B
YAML
26 lines
363 B
YAML
python3-fastapi:
|
|
ubuntu:
|
|
pip:
|
|
packages: ["fastapi>=0.100.0"]
|
|
|
|
python3-starlette:
|
|
ubuntu:
|
|
pip:
|
|
packages: ["starlette>=0.27.0"]
|
|
|
|
python3-uvicorn:
|
|
ubuntu:
|
|
pip:
|
|
packages: ["uvicorn[standard]"]
|
|
|
|
python3-multipart:
|
|
ubuntu:
|
|
pip:
|
|
packages: [python-multipart]
|
|
|
|
python3-fastmcp:
|
|
ubuntu:
|
|
pip:
|
|
packages: [fastmcp]
|
|
|