diff --git a/setup.py b/setup.py index 9b0cdd09..b313a91a 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ 'localstripe': ['fake-stripe-v3.js'], }, install_requires=[ - 'aiohttp >=2.3.0', + 'aiohttp >=2.3.2', 'python-dateutil >=2.6.1', ], )