Added uvicorn to API feature
All checks were successful
Test MycroForge.CLI / test (push) Has been skipped
All checks were successful
Test MycroForge.CLI / test (push) Has been skipped
This commit is contained in:
parent
33ba944f8a
commit
21f4e7765b
@ -52,7 +52,7 @@ public sealed partial class Api : IFeature
|
|||||||
|
|
||||||
await context.Bash(
|
await context.Bash(
|
||||||
"source .venv/bin/activate",
|
"source .venv/bin/activate",
|
||||||
"python3 -m pip install fastapi",
|
"python3 -m pip install fastapi uvicorn",
|
||||||
"python3 -m pip freeze > requirements.txt"
|
"python3 -m pip freeze > requirements.txt"
|
||||||
);
|
);
|
||||||
|
|
||||||
|
0
MycroForge.CLI/scripts/publish-tool.sh
Normal file → Executable file
0
MycroForge.CLI/scripts/publish-tool.sh
Normal file → Executable file
Loading…
Reference in New Issue
Block a user