Skip to content

Commit b65f435

Browse files
committed
upgrade: jinja2
1 parent 6d53766 commit b65f435

File tree

3 files changed

+24
-21
lines changed

3 files changed

+24
-21
lines changed

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ python-markdown-math = "==0.6"
1212
Pygments = "==2.3.1"
1313
prompt_toolkit = "==2.0.9"
1414
pyyaml = "==5.1"
15+
Jinja2 = "==2.10.1"
1516

1617
[requires]
1718
python_version = "3.6"

Pipfile.lock

Lines changed: 16 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements.txt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
mkdocs == 1.0.4
2-
mkdocs-material == 4.1.0
3-
python-markdown-math == 0.6
4-
pygments == 2.3.1
5-
prompt-toolkit == 2.0.9
6-
pyyaml == 5.1
1+
mkdocs==1.0.4
2+
mkdocs-material==4.1.0
3+
python-markdown-math==0.6
4+
pygments==2.3.1
5+
prompt-toolkit==2.0.9
6+
pyyaml==5.1
7+
jinja2==2.10.1

0 commit comments

Comments
 (0)