Skip to content

Commit

Permalink
Fix Flask upper limit to 2.3 (spec-first#1585)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbeSneyders authored Sep 8, 2022
1 parent cdc8af1 commit 7193804
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ def read_version(package):
'PyYAML>=5.1,<7',
'requests>=2.9.1,<3',
'inflection>=0.3.1,<0.6',
'werkzeug>=1.0,<3',
'werkzeug>=1.0,<2.3',
'importlib-metadata>=1 ; python_version<"3.8"',
'packaging>=20',
]

swagger_ui_require = 'swagger-ui-bundle>=0.0.2,<0.1'

flask_require = [
'flask>=1.0.4,<3',
'flask>=1.0.4,<2.3',
'itsdangerous>=0.24',
]
aiohttp_require = [
Expand Down

0 comments on commit 7193804

Please sign in to comment.