mirror of
https://github.com/google/bumble.git
synced 2026-06-01 07:37:02 +00:00
Fix typo
This commit is contained in:
@@ -36,7 +36,7 @@ install_requires =
|
||||
bt-test-interfaces >= 0.0.2; platform_system!='Emscripten'
|
||||
click == 8.1.3; platform_system!='Emscripten'
|
||||
cryptography == 39; platform_system!='Emscripten'
|
||||
# Pyodide has bundles a version of cryptography that is built for wasm, which may not match the
|
||||
# Pyodide bundles a version of cryptography that is built for wasm, which may not match the
|
||||
# versions available on PyPI. Relax the version requirement since it's better than being
|
||||
# completely unable to import the package in case of version mismatch.
|
||||
cryptography >= 39.0; platform_system=='Emscripten'
|
||||
|
||||
Reference in New Issue
Block a user