10 lines
137 B
YAML
10 lines
137 B
YAML
python3-fastapi:
|
|
ubuntu:
|
|
pip:
|
|
packages: [fastapi]
|
|
|
|
python3-uvicorn:
|
|
ubuntu:
|
|
pip:
|
|
packages: ["uvicorn[standard]"]
|