Skip to content

Commit

Permalink
bug: Fix build error caused by missing comma in install_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
petesfrench committed Jul 2, 2024
1 parent 5942629 commit d99d2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
install_requires=[
"canonicalwebteam.yaml-responses[flask] (>=1,<2)",
"flask==2.3.3",
"jinja2 >= 3.1.2 < 3.2.0",
"jinja2 >= 3.1.2, < 3.2.0",
"gevent==21.12.0",
"greenlet==1.1.2",
"talisker[gunicorn,gevent,flask,prometheus,raven]",
Expand Down

0 comments on commit d99d2d2

Please sign in to comment.