Commit 3929f16a authored by Sylvestre Ledru's avatar Sylvestre Ledru
Browse files

Bug 1750450 - Doc: use the new system for python deps r=firefox-source-docs-reviewers,ahal

+ update sphinx-js to 3.2.1

Differential Revision: https://phabricator.services.mozilla.com/D153483
parent e6b709df
Loading
Loading
Loading
Loading
+61 −2
Original line number Diff line number Diff line
pth:tools/lint/eslint
pypi:Sphinx==1.1.3
pth:tools/lint/eslint/
pypi:alabaster==0.7.12
pypi:Babel==2.8.0
pypi:backports-abc==0.5
pypi:boto3==1.16.63
pypi:botocore==1.19.63
pypi:certifi==2020.6.20
pypi:chardet==3.0.4
pypi:colorama==0.4.4
pypi:commonmark==0.9.1
pypi:docutils==0.16
pypi:fluent.pygments==1.0
pypi:fluent.syntax==0.18.1
pypi:idna==2.10
pypi:imagesize==1.2.0
pypi:importlib-metadata==3.0.0
pypi:importlib-resources==3.0.0
pypi:Jinja2==2.11.2
pypi:jmespath==0.10.0
pypi:jsonschema==3.2.0
pypi:livereload==2.6.3
pypi:Markdown==3.3.4
pypi:MarkupSafe==1.1.1
pypi:mock==4.0.2
pypi:myst-parser==0.16.1
pypi:mdit-py-plugins==0.3.0
pypi:packaging==20.4
pypi:parsimonious==0.7.0
pypi:pyasn1==0.4.8
pypi:pyasn1-modules==0.2.8
pypi:Pygments==2.7.1
pypi:pyparsing==2.4.7
pypi:python-dateutil==2.8.2
pypi:python-frontmatter==0.5.0
pypi:pytz==2020.1
pypi:PyYAML==5.3.1
pypi:redo==2.0.3
pypi:requests==2.24.0
pypi:rsa==4.6
pypi:s3transfer==0.3.3
pypi:scandir==1.10.0
pypi:sentry-sdk==1.3.1
pypi:singledispatch==3.4.0.3
pypi:six==1.15.0
pypi:snowballstemmer==2.0.0
pypi:Sphinx==4.3.2
pypi:sphinx-copybutton==0.5.0
pypi:sphinx-js==3.2.1
pypi:sphinx-markdown-tables==0.0.15
pypi:sphinx-panels==0.6.0
pypi:sphinx-rtd-theme==1.0.0
pypi:sphinxcontrib-applehelp==1.0.2
pypi:sphinxcontrib-devhelp==1.0.2
pypi:sphinxcontrib-htmlhelp==2.0.0
pypi:sphinxcontrib-jsmath==1.0.1
pypi:sphinxcontrib-mermaid==0.7.1
pypi:sphinxcontrib-qthelp==1.0.3
pypi:sphinxcontrib-serializinghtml==1.1.5
pypi:tornado==6.0.4
pypi:urllib3==1.25.10
pypi:zipp==3.2.0
+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@ file-whitespace:
    description: File content sanity check
    include:
        - .
        - tools/moztreedocs/requirements.txt
        - tools/lint/python/flake8_requirements.txt
        - tools/lint/python/pylint_requirements.txt
        - tools/lint/python/black_requirements.txt
+0 −3
Original line number Diff line number Diff line
@@ -136,9 +136,6 @@ def build_docs(
        + os.pathsep
        + os.environ["PATH"]
    )
    command_context.virtualenv_manager.install_pip_requirements(
        os.path.join(here, "requirements.txt")
    )

    import webbrowser

tools/moztreedocs/requirements.in

deleted100644 → 0
+0 −61
Original line number Diff line number Diff line
# pip freeze > requirements.in
alabaster==0.7.12
Babel==2.8.0
backports-abc==0.5
boto3==1.16.63
botocore==1.19.63
certifi==2020.6.20
chardet==3.0.4
colorama==0.4.5
commonmark==0.9.1
docutils==0.16
fluent.pygments==1.0
fluent.syntax==0.18.1
idna==2.10
imagesize==1.2.0
importlib-metadata==3.0.0
importlib-resources==3.0.0
Jinja2==2.11.2
jmespath==0.10.0
jsonschema==3.2.0
livereload==2.6.3
Markdown==3.3.4
MarkupSafe==1.1.1
mock==4.0.2
myst-parser==0.16.1
mdit-py-plugins==0.3.0
packaging==20.4
parsimonious==0.7.0
pyasn1==0.4.8
pyasn1-modules==0.2.8
Pygments==2.7.1
pyparsing==2.4.7
python-dateutil==2.8.2
python-frontmatter==0.5.0
pytz==2020.1
PyYAML==5.3.1
redo==2.0.3
requests==2.24.0
rsa==4.6
s3transfer==0.3.3
scandir==1.10.0
sentry-sdk==1.3.1
singledispatch==3.4.0.3
six==1.15.0
snowballstemmer==2.0.0
Sphinx==4.3.2
sphinx-copybutton==0.5.0
sphinx-js==3.0.1
sphinx-markdown-tables==0.0.15
sphinx-panels==0.6.0
sphinx-rtd-theme==1.0.0
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-mermaid==0.7.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
tornado==6.0.4
urllib3==1.25.10
zipp==3.2.0
+0 −461

File deleted.

Preview size limit exceeded, changes collapsed.