Skip to content

Commit

Permalink
Readd dependencies for description converter
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg-vr committed Oct 31, 2024
1 parent 17e60f2 commit 7902101
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .devcontainer/dev-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,13 @@ pip install --no-cache-dir --upgrade \
syrupy==4.6.1 \
black==24.4.2 \
isort==5.13.2 \
pyright==1.1.387\
jinja2==3.1.4
pyright==1.1.387


# Install dependencies for the description generator
pip install --no-cache-dir --upgrade \
jinja2==3.1.4\
marko==2.0.3

# add installed packages to path
cat <<EOF >> /home/runner/.bashrc
Expand Down

0 comments on commit 7902101

Please sign in to comment.