Skip to content

Commit

Permalink
Merge branch 'main' into fix-typos
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird authored Feb 3, 2024
2 parents ed8daef + 633e78b commit c348949
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
pluginbase>=1.0.0
confuse>=1.3.0
flask>=1.1.0,<2.0.0
MarkupSafe>=0.23,<2.1.0
click>=7.1.0
pyngrok>=7.0.5
defusedxml>=0.7.1
# Remove these pinned deps once hookee is updated to work with Flask 2.x
MarkupSafe>=0.23,<2.1.0
Jinja2<3.0,>=2.10.1
itsdangerous==2.0.1
werkzeug==2.0.3
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@
"pluginbase",
"confuse",
"flask>=1.1.0,<2.0.0",
"MarkupSafe>=0.23,<2.1.0",
"click",
"pyngrok>=7.0.0",
"defusedxml",
# Remove these pinned deps once hookee is updated to work with Flask 2.x
"MarkupSafe>=0.23,<2.1.0",
"Jinja2<3.0,>=2.10.1",
"itsdangerous==2.0.1",
"werkzeug==2.0.3"
],
entry_points="""
[console_scripts]
Expand Down

0 comments on commit c348949

Please sign in to comment.