diff --git a/setup.py b/setup.py index 69bee6b..db54163 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ PACKAGES = find_packages(exclude=['tests', 'tests.*']) REQUIRES = [ - 'aiohttp>=1.3.1', + 'aiohttp>=3.3.2', 'lxml>=3.6.0' ]