mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-26 21:34:08 +00:00

uv is generally faster than pip, and we save ourselves the step of installing/upgrading that in the CI.
17 lines
406 B
TOML
17 lines
406 B
TOML
# Copyright © SixtyFPS GmbH <info@slint.dev>
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
[project]
|
|
name = "slint-cppdocs"
|
|
version = "0.1"
|
|
description = "Python env for running sphinx, breathe, etc."
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"breathe>=4.33.1",
|
|
"exhale>=0.2.4",
|
|
"furo>=2022.12.7",
|
|
"myst-parser>=0.17.2",
|
|
"sphinx==7.1.2",
|
|
"sphinx-markdown-tables>=0.0.15",
|
|
"sphinxcontrib-jquery>=4.1",
|
|
]
|