Tweak aiohttp version to be compatible with hub repository.

This commit is contained in:
Jonathan Moody 2022-06-16 13:47:15 -04:00
parent 8f3d6eb5e8
commit 6892c58735

View file

@ -28,7 +28,7 @@ setup(
],
},
install_requires=[
'aiohttp==3.7.4.post0',
'aiohttp==3.7.4',
'aioupnp==0.0.18',
'appdirs==1.4.3',
'certifi>=2021.10.08',