@ -1,4 +1,11 @@
dep_poetry:
pip install --user poetry
.ONESHELL:
install: dep_poetry
poetry install
serve:
poetry run uvicorn papi.main:app