From c8a1c5e3ae2b343abb920f19664de12f2df4d1b9 Mon Sep 17 00:00:00 2001 From: Alexander Emelin Date: Sat, 10 Feb 2024 20:18:46 +0200 Subject: [PATCH] use poetry install --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6f0d3fb..5de8695 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,8 @@ .PHONY: proto test lint lint-fix lint-ci dev: - pip install -e ".[dev]" + pip install poetry + poetry install proto: poetry run python -m grpc_tools.protoc -I . --python_betterproto_out=./cent/proto cent/proto/apiproto.proto