mirror of
https://github.com/google/bumble.git
synced 2026-04-16 00:25:31 +00:00
Downgrade cryptography, fixes micropip failure
Prior to this, these web pages fail to load with `ValueError: Can't find a pure Python 3 wheel for 'cryptography>=44.0.3; platform_system == "Emscripten"'.`
This commit is contained in:
@@ -19,7 +19,7 @@ dependencies = [
|
||||
# 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 >= 44.0.3; platform_system=='Emscripten'",
|
||||
"cryptography >= 39.0.0; platform_system=='Emscripten'",
|
||||
# Android wheels for cryptography are not yet available on PyPI, so chaquopy uses
|
||||
# the builds from https://chaquo.com/pypi-13.1/cryptography/. But these are not regually
|
||||
# updated. Relax the version requirement since it's better than being completely unable
|
||||
|
||||
Reference in New Issue
Block a user