mirror of
https://github.com/google/bumble.git
synced 2026-04-17 00:35:31 +00:00
fix aiohttp version
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user