Skip to content

Commit

Permalink
keygen: temporarily specify jinja2 version in requirements.txt
Browse files Browse the repository at this point in the history
It seems that sphinx incorrectly specifies its jinja2 dependency.
There is some backward incompatible change in 3.1.x and sphinx fails
because of that. Let's temporarily stay with an older version.
  • Loading branch information
FrostyX committed Jun 26, 2023
1 parent e62ce87 commit b7b6c69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions keygen/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ mock
pytest
pytest-cov

# It seems that sphinx incorrectly specifies its jinja2 dependency.
# There is some backward incompatible change in 3.1.x and sphinx fails
# because of that. Let's temporarily stay with an older version.
jinja2==3.0.0

0 comments on commit b7b6c69

Please sign in to comment.