Skip to content

Commit

Permalink
pin werkzeug for flask-restx
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin-b committed Oct 19, 2022
1 parent c60b10b commit 13cdcf2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
# Used to check starlette endpoint
"httpx==0.23.*",
"starlette==0.21.*",
# Flask-Restx is buggy for now
"werkzeug==2.1.2",
# Used to check flask-restx endpoint
"flask-restx==0.5.*",
# Used to check coverage
Expand Down

0 comments on commit 13cdcf2

Please sign in to comment.