Skip to content
This repository has been archived by the owner on Jan 7, 2024. It is now read-only.

Commit

Permalink
FIX: avoid wrong jinja version being installed (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgebhart authored Oct 1, 2023
1 parent a1e5e89 commit 43f8443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ wkz = "workoutizer.cli:wkz"

[tool.poetry.dependencies]
python = ">=3.8,<3.11"
Jinja2 = ">=3.0.3,<3.1.0" # pinned because of bokeh failing with "ImportError: cannot import name 'Markup' from 'jinja2'"
bokeh = "1.4.0" # pinned due to CustomJS "use_strict" mode, will break my CustomJS
jinja2 = ">=3.0.3,<3.1.0" # pinned because of bokeh failing with "ImportError: cannot import name 'Markup' from 'jinja2'"
channels = "^3.0.4"
coloredlogs = "^15.0.1"
click = "^8.0.4"
Expand Down

0 comments on commit 43f8443

Please sign in to comment.