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
commit 3ae72cfda1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 ..