Skip to content

Commit 94415b2

Browse files
committed
strip out a few more mb of space
1 parent 4bcdfee commit 94415b2

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

jupyterlite/requirements.txt

+10-8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Contents below from https://github.com/jupyterlite/demo/blob/main/requirements.txt
2+
# Stripped out as many resources as possible to slim it down to fit in Heroku limits
3+
# when deployed as part of Quepid.
24

35
# Core modules (mandatory)
46
jupyterlite-core==0.1.0
@@ -8,18 +10,18 @@ jupyterlab~=3.5.1
810
jupyterlite-pyodide-kernel==0.0.8
911

1012
# JavaScript kernel (optional)
11-
jupyterlite-javascript-kernel==0.1.0b21
13+
# jupyterlite-javascript-kernel==0.1.0b21
1214

1315
# Language support (optional)
14-
jupyterlab-language-pack-fr-FR
15-
jupyterlab-language-pack-zh-CN
16+
# jupyterlab-language-pack-fr-FR
17+
# jupyterlab-language-pack-zh-CN
1618

1719
# SQLite kernel (optional)
18-
jupyterlite-xeus-sqlite==0.2.1
20+
#jupyterlite-xeus-sqlite==0.2.1
1921
# P5 kernel (optional)
20-
jupyterlite-p5-kernel==0.1.0
22+
#jupyterlite-p5-kernel==0.1.0
2123
# Lua kernel (optional)
22-
jupyterlite-xeus-lua==0.3.1
24+
# jupyterlite-xeus-lua==0.3.1
2325

2426
# JupyterLab: Fasta file renderer (optional)
2527
jupyterlab-fasta>=3,<4
@@ -41,7 +43,7 @@ ipympl>=0.8.2
4143
# Python: ipycanvas library for Jupyter notebooks (optional)
4244
ipycanvas>=0.9.1
4345
# Python: ipyleaflet library for Jupyter notebooks (optional)
44-
ipyleaflet
46+
# ipyleaflet
4547

4648
# Python: plotting libraries (optional)
4749
plotly>=5,<6
@@ -50,4 +52,4 @@ bqplot
5052

5153
# Contents below added from https://jupyterlite.readthedocs.io/en/latest/howto/configure/advanced/offline.html
5254

53-
jupyterlite-core[mathjax]==0.1.0
55+
#jupyterlite-core[mathjax]==0.1.0

0 commit comments

Comments
 (0)