Skip to content

Commit

Permalink
updated the aiohttp version
Browse files Browse the repository at this point in the history
  • Loading branch information
dutradda committed Feb 19, 2018
1 parent 8f4ff03 commit 661b0dd
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 @@ -34,8 +34,8 @@ def read_version(package):

flask_require = 'flask>=0.10.1'
aiohttp_require = [
'aiohttp>=2.2.5',
'aiohttp-jinja2>=0.14.0'
'aiohttp>=2.3.10',
'aiohttp-jinja2>=0.16.0'
]
ujson_require = 'ujson>=1.35'

Expand Down

0 comments on commit 661b0dd

Please sign in to comment.