refac: fetch pyodide deps at build time, not checked into git

This commit is contained in:
Jun Siang Cheah
2024-05-18 14:30:42 +08:00
parent 3aa6b0fea9
commit 781c904c91
44 changed files with 65 additions and 7970 deletions

4
.gitignore vendored
View File

@@ -16,6 +16,10 @@ __pycache__/
# C extensions
*.so
# Pyodide distribution
static/pyodide/*
!static/pyodide/pyodide-lock.json
# Distribution / packaging
.Python
build/