Skip to content

Commit

Permalink
docs: Regenerate requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
tavianator committed Aug 1, 2023
1 parent b4fbee8 commit 10454fe
Showing 1 changed file with 26 additions and 35 deletions.
61 changes: 26 additions & 35 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,41 +1,32 @@
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements --dev
#

# Note: in pipenv 2020.x, "--dev" changed to emit both default and development
# requirements. To emit only development requirements, pass "--dev-only".

-i https://pypi.org/simple
alabaster==0.7.12
babel==2.9.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
certifi==2021.10.8
charset-normalizer==2.0.12; python_version >= '3'
docutils==0.17.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
git+https://github.com/tavianator/sphinx-js@44d94acfa61044963f5f7d9d94c7105400bdcfb3#egg=sphinx-js
idna==3.3; python_version >= '3'
imagesize==1.3.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
jinja2==2.11.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
markupsafe==2.0.1
packaging==21.3; python_version >= '3.6'
parsimonious==0.8.1
pygments==2.11.2; python_version >= '3.5'
pyicu==2.8.1
pyparsing==3.0.7; python_version >= '3.6'
pytz==2021.3
regex==2022.3.2
requests==2.27.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
alabaster==0.7.13; python_version >= '3.6'
babel==2.12.1; python_version >= '3.7'
./../python
certifi==2023.7.22; python_version >= '3.6'
charset-normalizer==3.2.0; python_full_version >= '3.7.0'
docutils==0.18.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
idna==3.4; python_version >= '3.5'
imagesize==1.4.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
jinja2==3.1.2; python_version >= '3.7'
markupsafe==2.0.1; python_version >= '3.6'
packaging==23.1; python_version >= '3.7'
parsimonious==0.10.0
pydantic==1.10.12
pygments==2.15.1; python_version >= '3.7'
pyicu==2.11
regex==2023.6.3
requests==2.31.0; python_version >= '3.7'
snowballstemmer==2.2.0
sphinx-autodoc-typehints==1.17.0
sphinx-rtd-theme==1.0.0
sphinx==4.4.0
sphinxcontrib-applehelp==1.0.2; python_version >= '3.5'
sphinx==5.3.0
sphinx-autodoc-typehints==1.23.0
sphinx-js @ git+https://github.com/pyodide/sphinx-js@28105a224ec6c4c3141d10e182b9feaae7f10183
sphinx-rtd-theme==1.2.2
sphinxcontrib-applehelp==1.0.4; python_version >= '3.8'
sphinxcontrib-devhelp==1.0.2; python_version >= '3.5'
sphinxcontrib-htmlhelp==2.0.0; python_version >= '3.6'
sphinxcontrib-htmlhelp==2.0.1; python_version >= '3.8'
sphinxcontrib-jquery==4.1; python_version >= '2.7'
sphinxcontrib-jsmath==1.0.1; python_version >= '3.5'
sphinxcontrib-qthelp==1.0.3; python_version >= '3.5'
sphinxcontrib-serializinghtml==1.1.5; python_version >= '3.5'
urllib3==1.26.8; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
typing-extensions==4.7.1; python_version >= '3.7'
urllib3==2.0.4; python_version >= '3.7'

0 comments on commit 10454fe

Please sign in to comment.