Skip to content

Commit 66ea0ba

Browse files
committed
Run without dev deps
1 parent 05165b1 commit 66ea0ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/entry.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ def run_uvicorn():
1515
command = [
1616
"uv",
1717
"run",
18+
"--no-dev",
1819
"-m",
1920
"uvicorn",
2021
"app.main:app",

0 commit comments

Comments
 (0)