From 3f1fa9a1bb5a6090a4d832206dd4f370419fb07b Mon Sep 17 00:00:00 2001 From: Chris Wilcox Date: Wed, 9 Sep 2020 14:06:47 -0700 Subject: [PATCH] fix(dependencies): require aiohttp for version >3.5 --- noxfile.py | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/noxfile.py b/noxfile.py index 7d42e60ac..d497f5305 100644 --- a/noxfile.py +++ b/noxfile.py @@ -30,7 +30,7 @@ "grpcio", ] -ASYNC_DEPENDENCIES = ["pytest-asyncio", "aioresponses", "aiohttp"] +ASYNC_DEPENDENCIES = ["pytest-asyncio", "aioresponses"] BLACK_VERSION = "black==19.3b0" BLACK_PATHS = [ diff --git a/setup.py b/setup.py index 6a70fca18..beacbb6c4 100644 --- a/setup.py +++ b/setup.py @@ -27,6 +27,7 @@ 'rsa>=3.1.4,<5; python_version >= "3.5"', "setuptools>=40.3.0", "six>=1.9.0", + 'aiohttp >= 3.6.2, < 4.0.0dev; python_version>="3.5"', ) pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy