Skip to content

Commit

Permalink
update reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
bitnik committed Sep 25, 2024
1 parent 8bb9a1e commit 3b08f6b
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ There are 3 options to run this project.

## Run on Remote

https://bitnik.github.io/analyse-caesar-cipher/
https://bitnik.github.io/analyse-caesar-cipher/lab/index.html?path=analyse_caesar_cipher.ipynb

This is a static site powered by [JupyterLite](https://jupyterlite.readthedocs.io/en/stable/) and deployed on [GitHub Pages](https://pages.github.com/).

Expand Down
22 changes: 21 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ click==8.1.7
# via pip-tools
cloudpickle==3.0.0
# via doit
colorama==0.4.6
# via nbdime
comm==0.2.2
# via ipykernel
contourpy==1.3.0
Expand All @@ -71,6 +73,10 @@ fonttools==4.54.1
# via matplotlib
fqdn==1.5.1
# via jsonschema
gitdb==4.0.11
# via gitpython
gitpython==3.1.43
# via nbdime
h11==0.14.0
# via httpcore
httpcore==1.0.5
Expand Down Expand Up @@ -101,6 +107,7 @@ jinja2==3.1.4
# jupyterlab
# jupyterlab-server
# nbconvert
# nbdime
json5==0.9.25
# via jupyterlab-server
jsonpointer==3.0.0
Expand Down Expand Up @@ -134,9 +141,13 @@ jupyter-lsp==2.2.5
jupyter-server==2.14.2
# via
# jupyter-lsp
# jupyter-server-mathjax
# jupyterlab
# jupyterlab-server
# nbdime
# notebook-shim
jupyter-server-mathjax==0.2.6
# via nbdime
jupyter-server-terminals==0.5.3
# via jupyter-server
jupyterlab==4.2.5
Expand Down Expand Up @@ -169,11 +180,14 @@ nbclient==0.10.0
# via nbconvert
nbconvert==7.16.4
# via jupyter-server
nbdime==4.0.2
# via analyse-caesar-cipher (pyproject.toml)
nbformat==5.10.4
# via
# jupyter-server
# nbclient
# nbconvert
# nbdime
nest-asyncio==1.6.0
# via ipykernel
nodeenv==1.9.1
Expand Down Expand Up @@ -231,6 +245,7 @@ pygments==2.18.0
# via
# ipython
# nbconvert
# nbdime
pyparsing==3.1.4
# via matplotlib
pyproject-hooks==1.1.0
Expand Down Expand Up @@ -259,7 +274,9 @@ referencing==0.35.1
# jsonschema-specifications
# jupyter-events
requests==2.32.3
# via jupyterlab-server
# via
# jupyterlab-server
# nbdime
rfc3339-validator==0.1.4
# via
# jsonschema
Expand All @@ -280,6 +297,8 @@ six==1.16.0
# bleach
# python-dateutil
# rfc3339-validator
smmap==5.0.1
# via gitdb
sniffio==1.3.1
# via
# anyio
Expand All @@ -300,6 +319,7 @@ tornado==6.4.1
# jupyter-client
# jupyter-server
# jupyterlab
# nbdime
# terminado
traitlets==5.14.3
# via
Expand Down
3 changes: 2 additions & 1 deletion jupyter-lite.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"disabledExtensions": [
"@jupyterlab/drawio-extension",
"jupyterlab-kernel-spy",
"jupyterlab-tour"
"jupyterlab-tour",
"@jupyterlab/console-extension"
],
"settingsStorageName": "jupyterlite-analyse-caesar-cipher-storage"
}
Expand Down
22 changes: 21 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ charset-normalizer==3.3.2
# via requests
cloudpickle==3.0.0
# via doit
colorama==0.4.6
# via nbdime
comm==0.2.2
# via ipykernel
contourpy==1.3.0
Expand All @@ -61,6 +63,10 @@ fonttools==4.54.1
# via matplotlib
fqdn==1.5.1
# via jsonschema
gitdb==4.0.11
# via gitpython
gitpython==3.1.43
# via nbdime
h11==0.14.0
# via httpcore
httpcore==1.0.5
Expand Down Expand Up @@ -89,6 +95,7 @@ jinja2==3.1.4
# jupyterlab
# jupyterlab-server
# nbconvert
# nbdime
json5==0.9.25
# via jupyterlab-server
jsonpointer==3.0.0
Expand Down Expand Up @@ -122,9 +129,13 @@ jupyter-lsp==2.2.5
jupyter-server==2.14.2
# via
# jupyter-lsp
# jupyter-server-mathjax
# jupyterlab
# jupyterlab-server
# nbdime
# notebook-shim
jupyter-server-mathjax==0.2.6
# via nbdime
jupyter-server-terminals==0.5.3
# via jupyter-server
jupyterlab==4.2.5
Expand Down Expand Up @@ -157,11 +168,14 @@ nbclient==0.10.0
# via nbconvert
nbconvert==7.16.4
# via jupyter-server
nbdime==4.0.2
# via analyse-caesar-cipher (pyproject.toml)
nbformat==5.10.4
# via
# jupyter-server
# nbclient
# nbconvert
# nbdime
nest-asyncio==1.6.0
# via ipykernel
notebook-shim==0.2.4
Expand Down Expand Up @@ -210,6 +224,7 @@ pygments==2.18.0
# via
# ipython
# nbconvert
# nbdime
pyparsing==3.1.4
# via matplotlib
python-dateutil==2.9.0.post0
Expand All @@ -232,7 +247,9 @@ referencing==0.35.1
# jsonschema-specifications
# jupyter-events
requests==2.32.3
# via jupyterlab-server
# via
# jupyterlab-server
# nbdime
rfc3339-validator==0.1.4
# via
# jsonschema
Expand All @@ -253,6 +270,8 @@ six==1.16.0
# bleach
# python-dateutil
# rfc3339-validator
smmap==5.0.1
# via gitdb
sniffio==1.3.1
# via
# anyio
Expand All @@ -273,6 +292,7 @@ tornado==6.4.1
# jupyter-client
# jupyter-server
# jupyterlab
# nbdime
# terminado
traitlets==5.14.3
# via
Expand Down

0 comments on commit 3b08f6b

Please sign in to comment.