switch from Poetry to Uv & upgrade to Python 3.13
This commit is contained in:
parent
3cbff4c68e
commit
6edd82de92
6 changed files with 115 additions and 135 deletions
|
|
@ -3,7 +3,7 @@
|
|||
[ -z "${DEBUG:-}" ] || set -x
|
||||
|
||||
# --reload \
|
||||
# exec poetry run uvicorn \
|
||||
# exec uv run uvicorn \
|
||||
exec uvicorn \
|
||||
--no-server-header \
|
||||
--no-date-header \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue