Skip to content

Commit

Permalink
Bump minimum Flask version to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbeSneyders committed Mar 28, 2022
1 parent 05bf5e1 commit cb4eaa6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def read_version(package):
'PyYAML>=5.1,<7',
'requests>=2.27,<3',
'inflection>=0.3.1,<0.6',
'werkzeug>=1.0,<3',
'werkzeug>=2,<3',
'importlib-metadata>=1 ; python_version<"3.8"',
'packaging>=20',
'starlette>=0.15,<1',
Expand All @@ -34,8 +34,7 @@ def read_version(package):
swagger_ui_require = 'swagger-ui-bundle>=0.0.2,<0.1'

flask_require = [
'flask>=1.0.4,<3',
'itsdangerous>=0.24',
'flask>=2,<3',
'a2wsgi>=1.1,<2',
]

Expand Down

0 comments on commit cb4eaa6

Please sign in to comment.