diff --git a/python/_restclient/setup.cfg b/python/_restclient/setup.cfg index 7dd73e52..2980abad 100644 --- a/python/_restclient/setup.cfg +++ b/python/_restclient/setup.cfg @@ -30,7 +30,7 @@ packages = find_namespace: package_dir = =src install_requires = - aiohttp~=3.8 + aiohttp aiohttp_client_cache[sqlite]>=0.9.0 python-forge aiosqlite @@ -45,4 +45,3 @@ where = src develop = pytest pytest-aiohttp -