fix aiohttp version

This commit is contained in:
Gilles Boccon-Gibod
2023-05-16 11:42:15 -07:00
parent 55a01033a0
commit 121b0a6a93

View File

@@ -30,7 +30,7 @@ package_dir =
bumble.apps = apps
include-package-data = True
install_requires =
aiohttp >= 22.1.0; platform_system!='Emscripten'
aiohttp >= 3.8.4; platform_system!='Emscripten'
appdirs >= 1.4
click >= 7.1.2; platform_system!='Emscripten'
cryptography == 35; platform_system!='Emscripten'