chore: fix poetry breaking changes (#1921)

* poetry stop breaking my things

* bump poetry version

* drop dependabot
This commit is contained in:
Hayden
2022-12-29 15:21:48 -08:00
committed by GitHub
parent 81e0c56484
commit 3ae72cfda1
5 changed files with 1568 additions and 1620 deletions

View File

@@ -36,7 +36,7 @@ code-gen: ## 🤖 Run Code-Gen Scripts
.PHONY: setup
setup: ## 🏗 Setup Development Instance
poetry install && \
poetry install --with main,dev && \
cd frontend && \
yarn install && \
cd ..