Skip to content

Commit 4bc59ac

Browse files
committed
quart-postgres-uvicorn use develop=true
1 parent 67d1087 commit 4bc59ac

3 files changed

Lines changed: 18 additions & 22 deletions

File tree

sample-apps/quart-postgres-uvicorn/Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
.PHONY: clean
2-
clean:
3-
@poetry env remove $(shell poetry env list | grep 'Activated' | awk '{print $$1}')
4-
51
.PHONY: install
6-
install: clean
2+
install:
73
poetry install
84

95
.PHONY: run

sample-apps/quart-postgres-uvicorn/poetry.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sample-apps/quart-postgres-uvicorn/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ build-backend = "poetry.core.masonry.api"
1919
package-mode = false
2020

2121
[tool.poetry.dependencies]
22-
aikido_zen = { path = "../../" }
22+
aikido_zen = { path = "../../", develop = true }

0 commit comments

Comments
 (0)