15 lines
211 B
YAML
15 lines
211 B
YAML
python3-fastapi:
|
|
ubuntu:
|
|
pip:
|
|
packages: [fastapi]
|
|
|
|
python3-uvicorn:
|
|
ubuntu:
|
|
pip:
|
|
packages: ["uvicorn[standard]"]
|
|
|
|
python3-multipart:
|
|
ubuntu:
|
|
pip:
|
|
packages: [python-multipart]
|