Skip to content

Commit 505e6e4

Browse files
fix jinja2 build error with old version of flask by pinning jinja2 (#517)
1 parent 1f2d978 commit 505e6e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements-test.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ itsdangerous==2.0.1
1313
markupsafe<2.1.0
1414
# Jupyter dependency that fails with python 3.6
1515
pywinpty==2.0.2; python_version <= '3.6' and sys_platform == 'win32'
16-
jupyter
16+
jupyter
17+
jinja2==2.11.3

0 commit comments

Comments
 (0)