mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-19 06:31:13 -03:00
17 lines
493 B
TOML
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" }
|