Skip to content

Commit dd32239

Browse files
committed
fix(frontend): missing pyodide dependency
1 parent 869e549 commit dd32239

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/lib/pyodide-runner.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ class PyodideRunner {
103103
'structlog',
104104
'typing_extensions',
105105
'pydantic==1.10.14', // Use v1 for compatibility with Hathor
106+
'sortedcontainers', // Required by intervaltree
106107
'intervaltree',
107108
'base58',
108109
'multidict',

0 commit comments

Comments
 (0)