Skip to content

Commit 1e9337c

Browse files
Adding Redis to install when creating a new env
1 parent dc07eaf commit 1e9337c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ dev:
88
pip install --upgrade pip pre-commit poetry
99
poetry config --local virtualenvs.in-project true
1010
@$(MAKE) dev-version-plugin
11-
poetry install --extras "all datamasking-aws-sdk"
11+
poetry install --extras "all datamasking-aws-sdk redis"
1212
pre-commit install
1313

1414
dev-gitpod:
1515
pip install --upgrade pip poetry
1616
@$(MAKE) dev-version-plugin
17-
poetry install --extras "all datamasking-aws-sdk"
17+
poetry install --extras "all datamasking-aws-sdk redis"
1818
pre-commit install
1919

2020
format:

0 commit comments

Comments
 (0)