From 8d270247bef9bbfc076146585c8cfac3f8360008 Mon Sep 17 00:00:00 2001 From: Onno Broekmans Date: Mon, 12 Sep 2022 11:54:32 +0200 Subject: [PATCH] Lock dependencies Update the `requirements.txt` file with a set of dependencies that actually works. Versions chosen may not be ideal, but at least they work! Had to downgrade the following packages: - Jinja2 (to 3.0.x) - bleach (to 4.x) - nbconvert (to 6.1.x) --- requirements.txt | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/requirements.txt b/requirements.txt index d6e1198..0c264cf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,42 @@ +attrs==22.1.0 +beautifulsoup4==4.11.1 +bleach==4.1.0 +certifi==2022.6.15.1 +charset-normalizer==2.1.1 +defusedxml==0.7.1 +entrypoints==0.4 +fastjsonschema==2.16.1 +html5lib==1.1 +idna==3.3 +ipython-genutils==0.2.0 +Jinja2==3.0.0 +jsonschema==4.16.0 +jupyter-core==4.11.1 +jupyter_client==7.3.5 +jupyterlab-pygments==0.2.2 +lxml==4.9.1 +MarkupSafe==2.1.1 +mistune==0.8.4 +nbclient==0.5.13 +nbconvert==6.1.0 +nbformat==5.4.0 +nest-asyncio==1.5.5 +packaging==21.3 +pandocfilters==1.5.0 +Pygments==2.13.0 +pyparsing==3.0.9 +pyrsistent==0.18.1 +python-dateutil==2.8.2 +pyzmq==23.2.1 +requests==2.28.1 +six==1.16.0 +soupsieve==2.3.2.post1 +testpath==0.6.0 +tinycss2==1.1.1 +tornado==6.2 +traitlets==5.3.0 +urllib3==1.26.12 +webencodings==0.5.1 + -e . +