Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 16 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ anyio==3.3.4
# via jupyter-server
appdirs==1.4.4
# via requests-cache
appnope==0.1.2
# via
# ipykernel
# ipython
argon2-cffi==21.1.0
# via
# jupyter-server
Expand All @@ -29,6 +25,8 @@ babel==2.9.1
# via jupyterlab-server
backcall==0.2.0
# via ipython
beautifulsoup4==4.11.1
# via nbconvert
bleach==4.1.0
# via nbconvert
cattrs==1.8.0
Expand Down Expand Up @@ -134,8 +132,12 @@ jupyterlab-server==2.8.2
# via jupyterlab
jupyterlab-widgets==1.0.2
# via ipywidgets
lxml==4.9.1
# via nbconvert
markupsafe==2.0.1
# via jinja2
# via
# jinja2
# nbconvert
matplotlib-inline==0.1.3
# via
# ipykernel
Expand All @@ -148,7 +150,7 @@ nbclient==0.5.8
# via
# nbconvert
# voila
nbconvert==6.3.0
nbconvert==6.5.1
# via
# jupyter-server
# notebook
Expand All @@ -175,6 +177,7 @@ packaging==21.2
# bleach
# jupyterlab
# jupyterlab-server
# nbconvert
pandas==1.3.4
# via
# -r requirements.in
Expand Down Expand Up @@ -244,14 +247,16 @@ six==1.16.0
# url-normalize
sniffio==1.2.0
# via anyio
soupsieve==2.3.2.post1
# via beautifulsoup4
terminado==0.12.1
# via
# jupyter-server
# notebook
testpath==0.5.0
# via nbconvert
text-unidecode==1.3
# via python-slugify
tinycss2==1.1.1
# via nbconvert
toolz==0.11.2
# via altair
tornado==6.1
Expand Down Expand Up @@ -297,7 +302,9 @@ voila-vuetify==0.5.2
wcwidth==0.2.5
# via prompt-toolkit
webencodings==0.5.1
# via bleach
# via
# bleach
# tinycss2
websocket-client==1.2.1
# via jupyter-server
widgetsnbextension==3.5.2
Expand Down