From 5444d2f190ed77eb531c4dd221544bfb664f0b79 Mon Sep 17 00:00:00 2001 From: Jason Kridner <jkridner@beagleboard.org> Date: Sun, 5 Jan 2025 09:10:03 -0500 Subject: [PATCH] add exhale and freeze --- requirements.txt | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 592ffd72..15601b36 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,26 +1,34 @@ +accessible-pygments==0.0.5 +alabaster==0.7.16 Babel==2.13.1 +beautifulsoup4==4.12.3 breathe==4.35.0 certifi==2023.11.17 charset-normalizer==3.3.2 colorama==0.4.6 docutils==0.18.1 +exhale==0.3.7 graphviz==0.20.1 idna==3.6 imagesize==1.4.1 Jinja2==3.1.2 livereload==2.6.3 +lxml==5.3.0 MarkupSafe==2.1.3 packaging==23.2 Pillow==10.1.0 +pydata-sphinx-theme==0.15.4 Pygments==2.17.2 +PyYAML==6.0.2 requests==2.31.0 setuptools==69.0.2 six==1.16.0 snowballstemmer==2.2.0 +soupsieve==2.6 Sphinx==7.2.6 sphinx-autobuild==2021.3.14 sphinx-copybutton==0.5.2 -pydata-sphinx-theme==0.15.4 +sphinx-notfound-page==1.0.4 sphinx-serve==1.0.1 sphinx-tabs==3.4.4 sphinx_design==0.5.0 @@ -34,8 +42,7 @@ sphinxcontrib-qthelp==1.0.6 sphinxcontrib-serializinghtml==1.1.9 sphinxcontrib-svg2pdfconverter==1.2.2 sphinxcontrib-youtube==1.4.1 +sphinxext-rediraffe==0.2.7 tornado==6.4 +typing_extensions==4.12.2 urllib3==2.1.0 -pyyaml>=3.13 -sphinxext-rediraffe>=0.2.7 -sphinx-notfound-page>=1.0.4 -- GitLab