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
189 changes: 146 additions & 43 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,49 +4,152 @@
#
# pip-compile --output-file=requirements.txt requirements.in
#
attrs==19.1.0 # via jsonschema
backcall==0.1.0 # via ipython
bleach==3.1.2 # via nbconvert
decorator==4.4.0 # via ipython, traitlets
defusedxml==0.6.0 # via nbconvert
entrypoints==0.3 # via nbconvert
ipykernel==5.1.1 # via ipywidgets, jupyter, jupyter-console, notebook, qtconsole
ipython-genutils==0.2.0 # via nbformat, notebook, qtconsole, traitlets
ipython==7.7.0 # via ipykernel, ipywidgets, jupyter-console
ipywidgets==7.5.0 # via jupyter
jedi==0.14.1 # via ipython
jinja2==2.10.1 # via nbconvert, notebook
jsonschema==3.0.1 # via nbformat
jupyter-client==5.3.1 # via ipykernel, jupyter-console, notebook, qtconsole
jupyter-console==6.0.0 # via jupyter
jupyter-core==4.5.0 # via jupyter-client, nbconvert, nbformat, notebook, qtconsole
jupyter==1.0.0 # via -r requirements.in
markupsafe==1.1.1 # via jinja2
mistune==0.8.4 # via nbconvert
nbconvert==5.5.0 # via jupyter, notebook
nbformat==4.4.0 # via ipywidgets, nbconvert, notebook
notebook==6.0.0 # via jupyter, widgetsnbextension
pandocfilters==1.4.2 # via nbconvert
parso==0.5.1 # via jedi
pexpect==4.7.0 # via ipython
pickleshare==0.7.5 # via ipython
prometheus-client==0.7.1 # via notebook
prompt-toolkit==2.0.9 # via ipython, jupyter-console
ptyprocess==0.6.0 # via pexpect, terminado
pygments==2.4.2 # via ipython, jupyter-console, nbconvert, qtconsole
pyrsistent==0.15.3 # via jsonschema
python-dateutil==2.8.0 # via jupyter-client
pyzmq==18.0.2 # via jupyter-client, notebook
qtconsole==4.5.2 # via jupyter
send2trash==1.5.0 # via notebook
six==1.12.0 # via bleach, jsonschema, prompt-toolkit, python-dateutil, traitlets
terminado==0.8.2 # via notebook
testpath==0.4.2 # via nbconvert
tornado==6.0.3 # via ipykernel, jupyter-client, notebook, terminado
traitlets==4.3.2 # via ipykernel, ipython, ipywidgets, jupyter-client, jupyter-core, nbconvert, nbformat, notebook, qtconsole
wcwidth==0.1.7 # via prompt-toolkit
webencodings==0.5.1 # via bleach
widgetsnbextension==3.5.0 # via ipywidgets
attrs==19.1.0
# via jsonschema
backcall==0.1.0
# via ipython
bleach==3.1.2
# via nbconvert
decorator==4.4.0
# via
# ipython
# traitlets
defusedxml==0.6.0
# via nbconvert
entrypoints==0.3
# via nbconvert
ipykernel==5.1.1
# via
# ipywidgets
# jupyter
# jupyter-console
# notebook
# qtconsole
ipython==7.16.3
# via
# ipykernel
# ipywidgets
# jupyter-console
ipython-genutils==0.2.0
# via
# nbformat
# notebook
# qtconsole
# traitlets
ipywidgets==7.5.0
# via jupyter
jedi==0.14.1
# via ipython
jinja2==2.10.1
# via
# nbconvert
# notebook
jsonschema==3.0.1
# via nbformat
jupyter==1.0.0
# via -r requirements.in
jupyter-client==5.3.1
# via
# ipykernel
# jupyter-console
# notebook
# qtconsole
jupyter-console==6.0.0
# via jupyter
jupyter-core==4.5.0
# via
# jupyter-client
# nbconvert
# nbformat
# notebook
# qtconsole
markupsafe==1.1.1
# via jinja2
mistune==0.8.4
# via nbconvert
nbconvert==5.5.0
# via
# jupyter
# notebook
nbformat==4.4.0
# via
# ipywidgets
# nbconvert
# notebook
notebook==6.0.0
# via
# jupyter
# widgetsnbextension
pandocfilters==1.4.2
# via nbconvert
parso==0.5.1
# via jedi
pexpect==4.7.0
# via ipython
pickleshare==0.7.5
# via ipython
prometheus-client==0.7.1
# via notebook
prompt-toolkit==2.0.9
# via
# ipython
# jupyter-console
ptyprocess==0.6.0
# via
# pexpect
# terminado
pygments==2.4.2
# via
# ipython
# jupyter-console
# nbconvert
# qtconsole
pyrsistent==0.15.3
# via jsonschema
python-dateutil==2.8.0
# via jupyter-client
pyzmq==18.0.2
# via
# jupyter-client
# notebook
qtconsole==4.5.2
# via jupyter
send2trash==1.5.0
# via notebook
six==1.12.0
# via
# bleach
# jsonschema
# prompt-toolkit
# python-dateutil
# traitlets
terminado==0.8.2
# via notebook
testpath==0.4.2
# via nbconvert
tornado==6.0.3
# via
# ipykernel
# jupyter-client
# notebook
# terminado
traitlets==4.3.2
# via
# ipykernel
# ipython
# ipywidgets
# jupyter-client
# jupyter-core
# nbconvert
# nbformat
# notebook
# qtconsole
wcwidth==0.1.7
# via prompt-toolkit
webencodings==0.5.1
# via bleach
widgetsnbextension==3.5.0
# via ipywidgets

# The following packages are considered to be unsafe in a requirements file:
# setuptools