forked from auracaster/bumble_mirror
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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user