Pin aiohttp at version 3.8.4

Recently aiohttp package is upgraded to 4.0.x version,
which breaks setup.py. This change fix the build issue
by pinning it at version 3.8.4.
This commit is contained in:
Hui Peng
2023-06-12 17:20:47 -07:00
parent 50d1884365
commit b18104c9a7
+1 -1
View File
@@ -30,7 +30,7 @@ package_dir =
bumble.apps = apps
include-package-data = True
install_requires =
aiohttp >= 3.8.4; platform_system!='Emscripten'
aiohttp ~= 3.8; platform_system!='Emscripten'
appdirs >= 1.4
bt-test-interfaces >= 0.0.2
click >= 7.1.2; platform_system!='Emscripten'