Skip to content

Commit

Permalink
📝 Add extra requirements just in case.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielAtCosmicDNA committed Apr 14, 2024
1 parent 149e41a commit 4bff1ee
Showing 1 changed file with 87 additions and 0 deletions.
87 changes: 87 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,89 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --extra=docs --output-file=docs/requirements.txt
#
aiohttp==3.9.4
# via
# aiohttp-middlewares
# nacl_middleware (pyproject.toml)
aiohttp-middlewares==2.3.0
# via nacl_middleware (pyproject.toml)
aiosignal==1.3.1
# via aiohttp
alabaster==0.7.16
# via sphinx
async-timeout==4.0.3
# via aiohttp-middlewares
attrs==23.2.0
# via aiohttp
babel==2.14.0
# via sphinx
certifi==2024.2.2
# via requests
cffi==1.16.0
# via pynacl
charset-normalizer==3.3.2
# via requests
docutils==0.20.1
# via
# sphinx
# sphinx-rtd-theme
frozenlist==1.4.1
# via
# aiohttp
# aiosignal
idna==3.7
# via
# requests
# yarl
imagesize==1.4.1
# via sphinx
jinja2==3.1.3
# via sphinx
markupsafe==2.1.5
# via jinja2
multidict==6.0.5
# via
# aiohttp
# yarl
packaging==24.0
# via sphinx
pycparser==2.22
# via cffi
pygments==2.17.2
# via sphinx
pynacl==1.5.0
# via nacl_middleware (pyproject.toml)
requests==2.31.0
# via sphinx
snowballstemmer==2.2.0
# via sphinx
sphinx==7.2.6
# via
# nacl_middleware (pyproject.toml)
# sphinx-rtd-theme
# sphinxcontrib-jquery
sphinx-rtd-theme==2.0.0
# via nacl_middleware (pyproject.toml)
sphinxcontrib-applehelp==1.0.8
# via sphinx
sphinxcontrib-devhelp==1.0.6
# via sphinx
sphinxcontrib-htmlhelp==2.0.5
# via sphinx
sphinxcontrib-jquery==4.1
# via sphinx-rtd-theme
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.7
# via sphinx
sphinxcontrib-serializinghtml==1.1.10
# via sphinx
urllib3==2.2.1
# via requests
yarl==1.9.4
# via
# aiohttp
# aiohttp-middlewares

0 comments on commit 4bff1ee

Please sign in to comment.