Skip to content

Commit

Permalink
update aiohttp version
Browse files Browse the repository at this point in the history
  • Loading branch information
jettify committed May 4, 2017
1 parent 8c1b9a1 commit 1b6eeaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def read(fname):
license='Apache 2',
packages=find_packages(),
install_requires=[
'aiohttp>=0.21.1',
'aiohttp>=2.0.7',
'aiohttp_jinja2'
],
include_package_data=True)

0 comments on commit 1b6eeaf

Please sign in to comment.