Added uvicorn to API feature
All checks were successful
Test MycroForge.CLI / test (push) Has been skipped

This commit is contained in:
Donné Napo 2024-10-24 11:52:37 +02:00
parent 33ba944f8a
commit 21f4e7765b
2 changed files with 1 additions and 1 deletions

View File

@ -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
View File