From a9abedad72dc11774edb84030f23aba934435171 Mon Sep 17 00:00:00 2001 From: tmadlener Date: Thu, 21 Dec 2023 14:15:18 +0100 Subject: [PATCH] Nail down dependencies with pip-compile --- requirements.in | 7 ++ requirements.txt | 177 +++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 180 insertions(+), 4 deletions(-) create mode 100644 requirements.in diff --git a/requirements.in b/requirements.in new file mode 100644 index 0000000..dc4faf8 --- /dev/null +++ b/requirements.in @@ -0,0 +1,7 @@ +sphinx==7.2.6 +myst-parser==2.0.0 +sphinx-copybutton==0.5.2 +sphinx-markdown-tables==0.0.17 +notedown==1.5.1 +sphinx-design==0.5.0 +sphinx_rtd_theme==1.3.0 diff --git a/requirements.txt b/requirements.txt index dc4faf8..0e5e4e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,176 @@ -sphinx==7.2.6 +# +# This file is autogenerated by pip-compile with Python 3.10 +# by the following command: +# +# pip-compile requirements.in +# +alabaster==0.7.13 + # via sphinx +attrs==23.1.0 + # via + # jsonschema + # referencing +babel==2.14.0 + # via sphinx +beautifulsoup4==4.12.2 + # via nbconvert +bleach==6.1.0 + # via nbconvert +certifi==2023.11.17 + # via requests +charset-normalizer==3.3.2 + # via requests +defusedxml==0.7.1 + # via nbconvert +docutils==0.18.1 + # via + # myst-parser + # sphinx + # sphinx-rtd-theme +fastjsonschema==2.19.0 + # via nbformat +idna==3.6 + # via requests +imagesize==1.4.1 + # via sphinx +jinja2==3.1.2 + # via + # myst-parser + # nbconvert + # sphinx +jsonschema==4.20.0 + # via nbformat +jsonschema-specifications==2023.11.2 + # via jsonschema +jupyter-client==8.6.0 + # via nbclient +jupyter-core==5.5.1 + # via + # jupyter-client + # nbclient + # nbconvert + # nbformat +jupyterlab-pygments==0.3.0 + # via nbconvert +markdown==3.5.1 + # via sphinx-markdown-tables +markdown-it-py==3.0.0 + # via + # mdit-py-plugins + # myst-parser +markupsafe==2.1.3 + # via + # jinja2 + # nbconvert +mdit-py-plugins==0.4.0 + # via myst-parser +mdurl==0.1.2 + # via markdown-it-py +mistune==3.0.2 + # via nbconvert myst-parser==2.0.0 -sphinx-copybutton==0.5.2 -sphinx-markdown-tables==0.0.17 + # via -r requirements.in +nbclient==0.9.0 + # via nbconvert +nbconvert==7.13.0 + # via notedown +nbformat==5.9.2 + # via + # nbclient + # nbconvert + # notedown notedown==1.5.1 + # via -r requirements.in +packaging==23.2 + # via + # nbconvert + # sphinx +pandoc-attributes==0.1.7 + # via notedown +pandocfilters==1.5.0 + # via + # nbconvert + # pandoc-attributes +platformdirs==4.1.0 + # via jupyter-core +pygments==2.17.2 + # via + # nbconvert + # sphinx +python-dateutil==2.8.2 + # via jupyter-client +pyyaml==6.0.1 + # via myst-parser +pyzmq==25.1.2 + # via jupyter-client +referencing==0.32.0 + # via + # jsonschema + # jsonschema-specifications +requests==2.31.0 + # via sphinx +rpds-py==0.15.2 + # via + # jsonschema + # referencing +six==1.16.0 + # via + # bleach + # notedown + # python-dateutil +snowballstemmer==2.2.0 + # via sphinx +soupsieve==2.5 + # via beautifulsoup4 +sphinx==7.2.6 + # via + # -r requirements.in + # myst-parser + # sphinx-copybutton + # sphinx-design + # sphinx-rtd-theme + # sphinxcontrib-applehelp + # sphinxcontrib-devhelp + # sphinxcontrib-htmlhelp + # sphinxcontrib-jquery + # sphinxcontrib-qthelp + # sphinxcontrib-serializinghtml +sphinx-copybutton==0.5.2 + # via -r requirements.in sphinx-design==0.5.0 -sphinx_rtd_theme==1.3.0 + # via -r requirements.in +sphinx-markdown-tables==0.0.17 + # via -r requirements.in +sphinx-rtd-theme==1.3.0 + # via -r requirements.in +sphinxcontrib-applehelp==1.0.7 + # via sphinx +sphinxcontrib-devhelp==1.0.5 + # via sphinx +sphinxcontrib-htmlhelp==2.0.4 + # via sphinx +sphinxcontrib-jquery==4.1 + # via sphinx-rtd-theme +sphinxcontrib-jsmath==1.0.1 + # via sphinx +sphinxcontrib-qthelp==1.0.6 + # via sphinx +sphinxcontrib-serializinghtml==1.1.9 + # via sphinx +tinycss2==1.2.1 + # via nbconvert +tornado==6.4 + # via jupyter-client +traitlets==5.14.0 + # via + # jupyter-client + # jupyter-core + # nbclient + # nbconvert + # nbformat +urllib3==2.1.0 + # via requests +webencodings==0.5.1 + # via + # bleach + # tinycss2