Skip to content

Commit d0aa9c7

Browse files
committed
starlette-postgres-uvicorn use develop=true
1 parent 59f04f5 commit d0aa9c7

3 files changed

Lines changed: 15 additions & 19 deletions

File tree

sample-apps/starlette-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/starlette-postgres-uvicorn/poetry.lock

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

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

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

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

0 commit comments

Comments
 (0)