Files
fish-shell/pyproject.toml
Johannes Altmanninger 64da7ca124 Run build_tools/update-dependencies.sh
Still need to upgrade Cargo deps.
2025-12-16 13:25:27 +01:00

17 lines
493 B
TOML

[project]
name = "fish-shell"
version = "0.0.0"
# NOTE: versions for Python and Sphinx are specified for reproducibility.
# Lower versions will work too.
requires-python = ">=3.11" # updatecli.d/python.yml
dependencies = []
[dependency-groups]
dev = [
"sphinx>=9.0", # updatecli.d/python.yml
"sphinx-markdown-builder",
]
[tool.uv.sources]
sphinx-markdown-builder = { git = "https://github.com/liran-funaro/sphinx-markdown-builder", rev = "7c4daaf39a92f93deec948ecc1772e23bac44588" }