Skip to content

Commit

Permalink
Merge pull request #201 from benquike/main
Browse files Browse the repository at this point in the history
Pin aiohttp at version 3.8
  • Loading branch information
barbibulle committed Jun 14, 2023
2 parents 50d1884 + b18104c commit e9dc0d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit e9dc0d6

Please sign in to comment.