fix: add missing depedencie importlib_metadata
... | @@ -13,13 +13,14 @@ charset-normalizer==2.1.1; python_version >= '3.6' | ... | @@ -13,13 +13,14 @@ charset-normalizer==2.1.1; python_version >= '3.6' |
docutils==0.17.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' | docutils==0.17.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' | ||
idna==3.3; python_version >= '3.5' | idna==3.3; 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' | imagesize==1.4.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' | ||
importlib-metadata==4.12.0 | |||
jinja2==3.1.2; python_version >= '3.7' | jinja2==3.1.2; python_version >= '3.7' | ||
markupsafe==2.1.1; python_version >= '3.7' | markupsafe==2.1.1; python_version >= '3.7' | ||
packaging==21.3; python_version >= '3.6' | packaging==21.3; python_version >= '3.6' | ||
pygments==2.13.0; python_version >= '3.6' | pygments==2.13.0; python_version >= '3.6' | ||
pyparsing==3.0.9; python_full_version >= '3.6.8' | pyparsing==3.0.9; python_full_version >= '3.6.8' | ||
pytz==2022.2.1 | pytz==2022.2.1 | ||
requests==2.28.1; python_version >= '3.7' and python_version < '4.0' | requests==2.28.1; python_version >= '3.7' and python_version < '4' | ||
snowballstemmer==2.2.0 | snowballstemmer==2.2.0 | ||
sphinx-rtd-size==0.2.0 | sphinx-rtd-size==0.2.0 | ||
sphinx-rtd-theme==1.0.0 | sphinx-rtd-theme==1.0.0 | ||
... | @@ -30,4 +31,5 @@ sphinxcontrib-htmlhelp==2.0.0; python_version >= '3.6' | ... | @@ -30,4 +31,5 @@ sphinxcontrib-htmlhelp==2.0.0; python_version >= '3.6' |
sphinxcontrib-jsmath==1.0.1; python_version >= '3.5' | sphinxcontrib-jsmath==1.0.1; python_version >= '3.5' | ||
sphinxcontrib-qthelp==1.0.3; python_version >= '3.5' | sphinxcontrib-qthelp==1.0.3; python_version >= '3.5' | ||
sphinxcontrib-serializinghtml==1.1.5; python_version >= '3.5' | sphinxcontrib-serializinghtml==1.1.5; python_version >= '3.5' | ||
urllib3==1.26.12; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' and python_version < '4.0' | urllib3==1.26.12; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' and python_version < '4' | ||
zipp==3.8.1; python_version >= '3.7' |
Please register or sign in to comment