Skip to content

Commit

Permalink
upgrade jinja2
Browse files Browse the repository at this point in the history
  • Loading branch information
mhl10 committed Apr 18, 2019
1 parent ff6334c commit a1f0fab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ dataclasses = "*"
python-dateutil = "*"
Flask-API = "*"
Flask-SQLAlchemy = "*"
"jinja2" = "==2.10"
MarkupSafe = "*"
SQLAlchemy = "*"
pytz = "*"
Expand All @@ -22,6 +21,7 @@ mypy-extensions = "*"
flask-wtf = "*"
arxiv-auth = "==0.3.1"
mypy = "*"
jinja2 = "==2.10.1"

[dev-packages]
pylama = "*"
Expand Down
14 changes: 7 additions & 7 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a1f0fab

Please sign in to comment.