Skip to content

Commit 4905c1b

Browse files
committed
make c7n deps optional, update makefile to use poetry
1 parent b428a17 commit 4905c1b

File tree

3 files changed

+547
-580
lines changed

3 files changed

+547
-580
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
# export GOPATH="~/go"
1919

2020
install:
21-
python3 -m venv .
22-
. bin/activate && pip install -r requirements-dev.txt
21+
poetry install
2322

2423
install-tools:
2524
cd tools && export PATH="/usr/local/go/bin:/usr/local/bin:$PATH" && go mod init mkgherkin && go mod tidy

0 commit comments

Comments
 (0)