requirements-manager 0.1.1

Plain-text requirements management tool
Documentation
1
2
3
4
5
6
7
8
9
10
[project]
name = "sphinx-example"
version = "0.1.0"
description = "A small sphinx example showing how Requiem can be used in conjunction with Sphinx"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
    "myst-parser>=4.0.1",
    "sphinx>=8.2.3",
]