slint/docs/reference/Pipfile
2024-10-01 00:14:13 +02:00

24 lines
529 B
TOML

# Copyright © SixtyFPS GmbH <info@slint.dev>
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Software-3.0
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
sphinx = "==7.1.2"
myst_parser = ">=2.0.0"
sphinx-design = ">=0.5.0"
sphinx-tabs = ">=3.4.5"
sphinx-markdown-tables = ">=0.0.15"
sphinx_book_theme = ">=1.1.3"
sphinxcontrib-jquery = ">=4.1"
sphinx-copybutton = ">=0.5.2"
linkify-it-py = ">=2.0.3"
sphinx-sitemap = ">=2.6.0"
[requires]
python_version = "3"