Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Bump lxml from 4.2.3 to 4.6.2 #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
68 changes: 38 additions & 30 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,72 +5,80 @@
# pip-compile --output-file requirements.txt requirements.in
#
-e git+https://github.com/yandexdataschool/nbgrader.git@d81d3b366523372c10e5e1bbec7ba83c4a42010e#egg=nbgrader
alembic==0.9.9
backcall==0.1.0 # via ipython
alembic==0.9.9 # via nbgrader
backports-abc==0.5 # via tornado
backports.functools-lru-cache==1.6.1 # via matplotlib
backports.shutil-get-terminal-size==1.0.0 # via ipython
bleach==2.1.3 # via nbconvert
certifi==2018.4.16 # via requests
chardet==3.0.4 # via requests
configparser==4.0.2 # via entrypoints
cycler==0.10.0 # via matplotlib
cython==0.28.3
cython==0.28.3 # via nbgrader
decorator==4.3.0 # via ipython, traitlets
entrypoints==0.2.3 # via nbconvert
fuzzywuzzy==0.16.0
enum34==1.1.10 # via traitlets
functools32==3.2.3.post2 # via jsonschema
futures==3.3.0 # via tornado
fuzzywuzzy==0.16.0 # via nbgrader
html5lib==1.0.1 # via bleach
idna==2.6 # via requests
ipykernel==4.8.2 # via ipywidgets, jupyter, jupyter-console, notebook, qtconsole
ipython-genutils==0.2.0 # via jupyter-contrib-nbextensions, nbformat, notebook, qtconsole, traitlets
ipython==6.4.0 # via ipykernel, ipywidgets, jupyter-console, jupyter-latex-envs
ipywidgets==7.2.1
jedi==0.12.0 # via ipython
ipython==5.10.0 # via ipykernel, ipywidgets, jupyter-console, jupyter-latex-envs
ipywidgets==7.2.1 # via -r requirements.in, jupyter
jinja2==2.10 # via nbconvert, notebook
jsonschema==2.6.0 # via nbformat
jupyter-client==5.2.3 # via ipykernel, jupyter-console, notebook, qtconsole
jsonschema==2.6.0 # via nbformat, nbgrader
jupyter-client==5.2.3 # via ipykernel, jupyter-console, nbgrader, notebook, qtconsole
jupyter-console==5.2.0 # via jupyter
jupyter-contrib-core==0.3.3 # via jupyter-contrib-nbextensions, jupyter-nbextensions-configurator
jupyter-contrib-nbextensions==0.5.0
jupyter-core==4.4.0 # via jupyter-client, jupyter-contrib-core, jupyter-contrib-nbextensions, jupyter-latex-envs, jupyter-nbextensions-configurator, nbconvert, nbformat, notebook, qtconsole
jupyter-gradelabel==0.0.1
jupyter-contrib-nbextensions==0.5.0 # via -r requirements.in
jupyter-core==4.4.0 # via jupyter-client, jupyter-contrib-core, jupyter-contrib-nbextensions, jupyter-latex-envs, jupyter-nbextensions-configurator, nbconvert, nbformat, nbgrader, notebook, qtconsole
jupyter-gradelabel==0.0.1 # via -r requirements.in
jupyter-highlight-selected-word==0.2.0 # via jupyter-contrib-nbextensions
jupyter-latex-envs==1.4.4 # via jupyter-contrib-nbextensions
jupyter-nbextensions-configurator==0.4.0 # via jupyter-contrib-nbextensions
jupyter==1.0.0 # via jupyter-gradelabel
jupyter==1.0.0 # via jupyter-gradelabel, nbgrader
kiwisolver==1.0.1 # via matplotlib
lxml==4.2.3 # via jupyter-contrib-nbextensions
lxml==4.6.2 # via jupyter-contrib-nbextensions
mako==1.0.7 # via alembic
markupsafe==1.0 # via jinja2, mako
matplotlib==2.2.2
matplotlib==2.2.2 # via -r requirements.in
mistune==0.8.3 # via nbconvert
nbconvert==5.3.1 # via jupyter, jupyter-contrib-nbextensions, jupyter-latex-envs, notebook
nbformat==4.4.0 # via ipywidgets, nbconvert, notebook
nose==1.3.7
notebook==5.5.0 # via jupyter, jupyter-contrib-core, jupyter-contrib-nbextensions, jupyter-gradelabel, jupyter-latex-envs, jupyter-nbextensions-configurator, widgetsnbextension
numpy==1.14.3
pandas==0.23.0
nbconvert==5.3.1 # via jupyter, jupyter-contrib-nbextensions, jupyter-latex-envs, nbgrader, notebook
nbformat==4.4.0 # via ipywidgets, nbconvert, nbgrader, notebook
nose==1.3.7 # via -r requirements.in
notebook==5.5.0 # via jupyter, jupyter-contrib-core, jupyter-contrib-nbextensions, jupyter-gradelabel, jupyter-latex-envs, jupyter-nbextensions-configurator, nbgrader, widgetsnbextension
numpy==1.14.3 # via -r requirements.in, matplotlib, pandas, scipy
pandas==0.23.0 # via -r requirements.in
pandocfilters==1.4.2 # via nbconvert
parso==0.2.1 # via jedi
pathlib2==2.3.5 # via ipython, pickleshare
pexpect==4.6.0 # via ipython
pickleshare==0.7.4 # via ipython
prompt-toolkit==1.0.15 # via ipython, jupyter-console
ptyprocess==0.5.2 # via pexpect, terminado
pygments==2.2.0 # via ipython, jupyter-console, nbconvert, qtconsole
pyparsing==2.2.0 # via matplotlib
python-dateutil==2.7.3 # via alembic, jupyter-client, matplotlib, pandas
python-dateutil==2.7.3 # via alembic, jupyter-client, matplotlib, nbgrader, pandas
python-editor==1.0.3 # via alembic
pytz==2018.4 # via matplotlib, pandas
pyyaml==3.12 # via jupyter-contrib-nbextensions, jupyter-nbextensions-configurator
pyzmq==17.0.0 # via jupyter-client, notebook
qtconsole==4.3.1 # via jupyter
requests==2.18.4
scikit-learn==0.19.1
scipy==1.1.0
requests==2.18.4 # via nbgrader
scandir==1.10.0 # via pathlib2
scikit-learn==0.19.1 # via -r requirements.in
scipy==1.1.0 # via -r requirements.in
send2trash==1.5.0 # via notebook
simplegeneric==0.8.1 # via ipython
six==1.11.0 # via bleach, cycler, html5lib, matplotlib, prompt-toolkit, python-dateutil, traitlets
sqlalchemy==1.2.8 # via alembic
singledispatch==3.4.0.3 # via tornado
six==1.11.0 # via bleach, cycler, html5lib, matplotlib, nbgrader, pathlib2, prompt-toolkit, python-dateutil, singledispatch, traitlets
sqlalchemy==1.2.8 # via alembic, nbgrader
subprocess32==3.5.4 # via matplotlib
terminado==0.8.1 # via notebook
testpath==0.3.1 # via nbconvert
tornado==5.0.2 # via ipykernel, jupyter-client, jupyter-contrib-core, jupyter-contrib-nbextensions, jupyter-nbextensions-configurator, notebook, terminado
traitlets==4.3.2 # via ipykernel, ipython, ipywidgets, jupyter-client, jupyter-contrib-core, jupyter-contrib-nbextensions, jupyter-core, jupyter-latex-envs, jupyter-nbextensions-configurator, nbconvert, nbformat, notebook, qtconsole
tornado==5.0.2 # via ipykernel, jupyter-client, jupyter-contrib-core, jupyter-contrib-nbextensions, jupyter-nbextensions-configurator, nbgrader, notebook, terminado
traitlets==4.3.2 # via ipykernel, ipython, ipywidgets, jupyter-client, jupyter-contrib-core, jupyter-contrib-nbextensions, jupyter-core, jupyter-latex-envs, jupyter-nbextensions-configurator, nbconvert, nbformat, nbgrader, notebook, qtconsole
urllib3==1.22 # via requests
wcwidth==0.1.7 # via prompt-toolkit
webencodings==0.5.1 # via html5lib
Expand Down