Skip to content

Commit

Permalink
Revert "set max aiohttp version to 3.5.1 (until build is fixed) (spec…
Browse files Browse the repository at this point in the history
…-first#844)"

This reverts commit b2a4287.
  • Loading branch information
cognifloyd committed May 22, 2019
1 parent 1bda065 commit 712b2d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-aiohttp.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp>=2.2.5,<3.5.2
aiohttp>=2.2.5
aiohttp-swagger>=1.0.5
ujson>=1.35
aiohttp_jinja2==0.15.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def read_version(package):
swagger_ui_require = 'swagger-ui-bundle>=0.0.2'
flask_require = 'flask>=0.10.1'
aiohttp_require = [
'aiohttp>=2.3.10,<3.5.2',
'aiohttp>=2.3.10',
'aiohttp-jinja2>=0.14.0'
]
ujson_require = 'ujson>=1.35'
Expand Down

0 comments on commit 712b2d2

Please sign in to comment.