Skip to content
Snippets Groups Projects
Commit bfcdecb2 authored by Bruno Sime Ferreira Nunes's avatar Bruno Sime Ferreira Nunes
Browse files

Update file requirements.txt

parent af1ad3df
No related branches found
No related tags found
No related merge requests found
...@@ -6,30 +6,68 @@ ...@@ -6,30 +6,68 @@
# #
-i https://pypi.org/simple -i https://pypi.org/simple
alabaster==0.7.12 alabaster==0.7.16; python_version >= '3.9'
babel==2.10.3; python_version >= '3.6' anyio==4.3.0; python_version >= '3.8'
certifi==2022.6.15; python_version >= '3.6' argcomplete==3.3.0; python_version >= '3.8'
charset-normalizer==2.1.1; python_version >= '3.6' babel==2.14.0; python_version >= '3.7'
docutils==0.17.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' beautifulsoup4==4.12.3; python_full_version >= '3.6.0'
idna==3.3; python_version >= '3.5' certifi==2024.2.2; python_version >= '3.6'
cfgv==3.4.0; python_version >= '3.8'
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
click==8.1.7; python_version >= '3.7'
colorama==0.4.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
commitizen==3.24.0; python_version >= '3.8'
decli==0.6.1; python_version >= '3.7'
distlib==0.3.8
docutils==0.20.1; python_version >= '3.7'
filelock==3.13.4; python_version >= '3.8'
furo==2024.1.29; python_version >= '3.8'
h11==0.14.0; python_version >= '3.7'
identify==2.5.36; python_version >= '3.8'
idna==3.7; 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 importlib-metadata==7.1.0; python_version >= '3.8'
jinja2==3.1.2; python_version >= '3.7' jinja2==3.1.3; python_version >= '3.7'
markupsafe==2.1.1; python_version >= '3.7' markdown-it-py==3.0.0; python_version >= '3.8'
packaging==21.3; python_version >= '3.6' markupsafe==2.1.5; python_version >= '3.7'
pygments==2.13.0; python_version >= '3.6' mdit-py-plugins==0.4.0; python_version >= '3.8'
pyparsing==3.0.9; python_full_version >= '3.6.8' mdurl==0.1.2; python_version >= '3.7'
pytz==2022.2.1 myst-parser==2.0.0; python_version >= '3.8'
requests==2.28.1; python_version >= '3.7' and python_version < '4' nodeenv==1.8.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
packaging==24.0; python_version >= '3.7'
platformdirs==4.2.0; python_version >= '3.8'
pre-commit==3.7.0; python_version >= '3.9'
prompt-toolkit==3.0.36; python_full_version >= '3.6.2'
pygments==2.17.2; python_version >= '3.7'
pyyaml==6.0.1; python_version >= '3.6'
questionary==2.0.1; python_version >= '3.8'
requests==2.31.0; python_version >= '3.7'
setuptools==69.5.1; python_version >= '3.8'
sniffio==1.3.1; python_version >= '3.7'
snowballstemmer==2.2.0 snowballstemmer==2.2.0
sphinx-rtd-size==0.2.0 soupsieve==2.5; python_version >= '3.8'
sphinx-rtd-theme==1.0.0 sphinx==7.3.7; python_version >= '3.9'
sphinx==5.1.1 sphinx-autobuild==2024.4.16; python_version >= '3.9'
sphinxcontrib-applehelp==1.0.2; python_version >= '3.5' sphinx-basic-ng==1.0.0b2; python_version >= '3.7'
sphinxcontrib-devhelp==1.0.2; python_version >= '3.5' sphinx-copybutton==0.5.2; python_version >= '3.7'
sphinxcontrib-htmlhelp==2.0.0; python_version >= '3.6' sphinx-inline-tabs==2023.4.21; python_version >= '3.8'
sphinx-tippy==0.4.1; python_version >= '3.8'
sphinx-togglebutton==0.3.2
sphinxcontrib-applehelp==1.0.8; python_version >= '3.9'
sphinxcontrib-devhelp==1.0.6; python_version >= '3.9'
sphinxcontrib-htmlhelp==2.0.5; python_version >= '3.9'
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.7; python_version >= '3.9'
sphinxcontrib-serializinghtml==1.1.5; python_version >= '3.5' sphinxcontrib-serializinghtml==1.1.10; python_version >= '3.9'
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' sphinxcontrib-svgbob==0.2.1; python_version >= '3.6'
zipp==3.8.1; python_version >= '3.7' starlette==0.37.2; python_version >= '3.8'
termcolor==2.4.0; python_version >= '3.8'
tomlkit==0.12.4; python_version >= '3.7'
urllib3==2.2.1; python_version >= '3.8'
uvicorn==0.29.0; python_version >= '3.8'
virtualenv==20.25.3; python_version >= '3.7'
watchfiles==0.21.0; python_version >= '3.8'
wcwidth==0.2.13
websockets==12.0; python_version >= '3.8'
wheel==0.43.0; python_version >= '3.8'
zipp==3.18.1; python_version >= '3.8'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment