Skip to content

Commit

Permalink
Merge pull request #57 from canonical-web-and-design/Fix-jinja2-depen…
Browse files Browse the repository at this point in the history
…dency

Fix jinja2 dependency
  • Loading branch information
jkfran authored Mar 29, 2022
2 parents 1061903 + cf0a14d commit cc38453
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="canonicalwebteam.flask-base",
version="1.0.2",
version="1.0.3",
description=(
"Flask extension that applies common configurations"
"to all of webteam's flask apps."
Expand All @@ -22,6 +22,7 @@
install_requires=[
"canonicalwebteam.yaml-responses[flask] (>=1,<2)",
"flask (>=1,<2)",
"jinja2 (>=3,<3.1.0)",
"gevent==21.12.0",
"greenlet==1.1.2",
"talisker[gunicorn,gevent,flask,prometheus,raven]==0.19.0",
Expand Down

0 comments on commit cc38453

Please sign in to comment.