Skip to content

Commit

Permalink
Merge 4a225d5 into 005d046
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbeSneyders committed Jul 19, 2021
2 parents 005d046 + 4a225d5 commit 55c58e3
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 @@ -26,11 +26,11 @@ def read_version(package):
'requests>=2.9.1,<3',
'inflection>=0.3.1,<0.6',
'openapi-spec-validator>=0.2.4,<0.4',
'werkzeug>=1.0,<2.0',
'werkzeug>=1.0,<3',
]

swagger_ui_require = 'swagger-ui-bundle>=0.0.2,<0.1'
flask_require = 'flask>=1.0.4,<2'
flask_require = 'flask>=1.0.4,<3'
aiohttp_require = [
'aiohttp>=2.3.10,<4',
'aiohttp-jinja2>=0.14.0,<2'
Expand Down

0 comments on commit 55c58e3

Please sign in to comment.