21 lines
275 B
YAML
21 lines
275 B
YAML
python3-fastapi:
|
|
ubuntu:
|
|
pip:
|
|
packages: [fastapi]
|
|
|
|
python3-uvicorn:
|
|
ubuntu:
|
|
pip:
|
|
packages: ["uvicorn[standard]"]
|
|
|
|
python3-multipart:
|
|
ubuntu:
|
|
pip:
|
|
packages: [python-multipart]
|
|
|
|
python3-fastmcp:
|
|
ubuntu:
|
|
pip:
|
|
packages: [fastmcp]
|
|
|