Skip to content

Commit 1b6eeaf

Browse files
committed
update aiohttp version
1 parent 8c1b9a1 commit 1b6eeaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def read(fname):
3636
license='Apache 2',
3737
packages=find_packages(),
3838
install_requires=[
39-
'aiohttp>=0.21.1',
39+
'aiohttp>=2.0.7',
4040
'aiohttp_jinja2'
4141
],
4242
include_package_data=True)

0 commit comments

Comments
 (0)