codegenerator/doc/requirements.txt
Artem Goncharov e3dda1cbc3 Adopt uv instead of pip
- fix pyproject.toml file name (causing few reformats missed previously)
- extend pyproject.toml with the info from setup.cfg to make uv work
- introduce uv and start using it inside tox
- fix unittest that started failing due to that change

Change-Id: I461ffc9fee39085f795ced07b7d00ebde28a6034
2025-04-03 17:03:47 +02:00

6 lines
246 B
Plaintext

docutils>=0.11 # OSI-Approved Open Source, Public Domain
openstackdocstheme>=2.2.1 # Apache-2.0
reno>=3.1.0 # Apache-2.0
sphinx>=2.0.0,!=2.1.0 # BSD
setuptools;python_version < '3.12' # py310 misses pkg_resources without setuptools needed by pbr