-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pinned dependency versions using requirements.txt file
- Loading branch information
1 parent
f7fbad5
commit 6fbd4cf
Showing
2 changed files
with
84 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.12 | ||
# by the following command: | ||
# | ||
# pip-compile requirements.in | ||
# | ||
accessible-pygments==0.0.5 | ||
# via pydata-sphinx-theme | ||
alabaster==0.7.16 | ||
# via sphinx | ||
babel==2.15.0 | ||
# via | ||
# pydata-sphinx-theme | ||
# sphinx | ||
beautifulsoup4==4.12.3 | ||
# via pydata-sphinx-theme | ||
certifi==2024.7.4 | ||
# via requests | ||
charset-normalizer==3.3.2 | ||
# via requests | ||
colorama==0.4.6 | ||
# via sphinx | ||
docutils==0.21.2 | ||
# via | ||
# pydata-sphinx-theme | ||
# sphinx | ||
idna==3.7 | ||
# via requests | ||
imagesize==1.4.1 | ||
# via sphinx | ||
jinja2==3.1.4 | ||
# via sphinx | ||
markupsafe==2.1.5 | ||
# via jinja2 | ||
packaging==24.1 | ||
# via | ||
# pydata-sphinx-theme | ||
# sphinx | ||
pydata-sphinx-theme==0.15.4 | ||
# via sphinx-book-theme | ||
pygments==2.18.0 | ||
# via | ||
# accessible-pygments | ||
# pydata-sphinx-theme | ||
# sphinx | ||
requests==2.32.3 | ||
# via sphinx | ||
snowballstemmer==2.2.0 | ||
# via sphinx | ||
soupsieve==2.5 | ||
# via beautifulsoup4 | ||
sphinx==7.4.7 | ||
# via | ||
# -r requirements.in | ||
# pydata-sphinx-theme | ||
# sphinx-book-theme | ||
sphinx-book-theme==1.1.3 | ||
# via -r requirements.in | ||
sphinxcontrib-applehelp==1.0.8 | ||
# via sphinx | ||
sphinxcontrib-devhelp==1.0.6 | ||
# via sphinx | ||
sphinxcontrib-htmlhelp==2.0.6 | ||
# via sphinx | ||
sphinxcontrib-jsmath==1.0.1 | ||
# via sphinx | ||
sphinxcontrib-qthelp==1.0.8 | ||
# via sphinx | ||
sphinxcontrib-serializinghtml==1.1.10 | ||
# via sphinx | ||
typing-extensions==4.12.2 | ||
# via pydata-sphinx-theme | ||
urllib3==2.2.2 | ||
# via requests | ||
|
||
|
||
# | ||
# MANUALLY ADDED FOR EXTENSIONS | ||
# | ||
sphinx_toolbox==3.7.0 | ||
sphinxcontrib.youtube==1.4.1 | ||
sphinx_new_tab_link==0.5.0 | ||
sphinxcontrib.email==0.3.6 |