diff --git a/.gitpod/Dockerfile b/.gitpod/Dockerfile index 2761f490c..d996a8a13 100644 --- a/.gitpod/Dockerfile +++ b/.gitpod/Dockerfile @@ -6,6 +6,6 @@ RUN sudo apt update -y \ RUN pyenv install 3.11 && pyenv global 3.11 -RUN pip install poetry pre-commit \ +RUN pip install poetry pre-commit jinja2 towncrier \ && poetry config virtualenvs.create true \ && poetry config virtualenvs.in-project true