Revert "make cryptography a valid dependency for emscripten targets"

This commit is contained in:
Gilles Boccon-Gibod
2023-09-13 23:36:33 -07:00
committed by GitHub
parent 2c66e1a042
commit d8a9f5a724
2 changed files with 2 additions and 1 deletions

View File

@@ -74,6 +74,7 @@ export async function loadBumble(pyodide, bumblePackage) {
await pyodide.loadPackage("micropip");
await pyodide.runPythonAsync(`
import micropip
await micropip.install("cryptography")
await micropip.install("${bumblePackage}")
package_list = micropip.list()
print(package_list)