mirror of
https://github.com/minio/docs.git
synced 2025-04-18 10:04:02 +03:00
https://github.com/yaml/pyyaml/issues/736 Python 3.12+ is somewhat broken when trying to install fresh. Bumping PyYaml to 6.0.1 seems to fix it. There are some warnings that we might have to freeze at Python 3.12 until PyYaml updates to fully support it at some indeterminate time in the future. @djwfyi @feorlen please test w/ a clean venv (e.g. `python -m venv testvenv` or something) and make sure that you can still `pip install -r requirements.txt` and build w/ PyYaml 6.0.1
16 lines
388 B
Plaintext
16 lines
388 B
Plaintext
docutils == 0.19
|
|
sphinx == 6.2.1
|
|
sphinx-copybutton == 0.5.2
|
|
sphinx-design == 0.4.1
|
|
sphinx-markdown-tables == 0.0.15
|
|
Sphinx-Substitution-Extensions == 2020.9.30.0
|
|
sphinx-sitemap == 2.5.0
|
|
sphinx-togglebutton === 0.3.2
|
|
sphinxcontrib-images === 0.9.4
|
|
sphinxcontrib-autoyaml === 1.1.1
|
|
sphinx_reredirects === 0.1.2
|
|
myst-parser === 1.0.0
|
|
linkify === 1.4
|
|
linkify-it-py === 2.0.0
|
|
pyyaml === 6.0.1
|