Files
markdown-exec/devdeps.txt
T
Timothée Mazzucotelli ecc341e301 tests: Don't install docs dependencies on Python 3.8 or 3.13
Some of them are not ready for Python 3.13 (and latest Pandas doesn't support Python 3.8), and therefore prevent installing the rest of the dependencies for this Python version, in turn preventing us to run tests on Python 3.13 locally.
2024-06-24 16:44:30 +02:00

50 lines
1.5 KiB
Plaintext

# dev
editables>=0.5
# maintenance
build>=1.2
git-changelog>=2.5
twine>=5.1; python_version < '3.13'
# ci
duty>=1.4
ruff>=0.4
pytest>=8.2
pytest-cov>=5.0
pytest-randomly>=3.15
pytest-xdist>=3.6
mypy>=1.10
types-markdown>=3.6
types-pyyaml>=6.0
# docs
black>=24.4
markdown-callouts>=0.4
mkdocs>=1.6
mkdocs-coverage>=1.0
mkdocs-gen-files>=0.5
mkdocs-git-committers-plugin-2>=2.3
mkdocs-literate-nav>=0.6
mkdocs-material>=9.5
mkdocs-minify-plugin>=0.8
mkdocstrings[python]>=0.25
tomli>=2.0; python_version < '3.11'
# docs gallery
pydeps>=1.12; python_version > '3.8' and python_version < '3.13'
diagrams>=0.21; python_version > '3.8' and python_version < '3.13'
rich>=12.3; python_version > '3.8' and python_version < '3.13'
matplotlib>=3.5; python_version > '3.8' and python_version < '3.13'
numpy>=1.24.4; python_version > '3.8' and python_version < '3.13'
textual>=0.67; python_version > '3.8' and python_version < '3.13'
pytermgui>=6.3; python_version > '3.8' and python_version < '3.13'
pipdeptree>=2.6; python_version > '3.8' and python_version < '3.13'
pip>=24; python_version > '3.8' and python_version < '3.13'
pygments>=2.15; python_version > '3.8' and python_version < '3.13'
drawsvg>=2.3; python_version > '3.8' and python_version < '3.13'
hyperbolic>=2.0; python_version > '3.8' and python_version < '3.13'
qrcode>=7.4; python_version > '3.8' and python_version < '3.13'
plotly>=5.22; python_version > '3.8' and python_version < '3.13'
pandas>=2.2; python_version > '3.8' and python_version < '3.13'
chalk-diagrams>=0.2; python_version > '3.8' and python_version < '3.13'