blob: 1be070c16a9b04cc0837c24621a16f3dddca90fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Packages needed for development, packaging, and distribution, but not for running SCons
# This will check if the README.rst will render o.k. on pypi and not block an upload
# Can be used with twinecheck
# See: https://github.com/pypa/readme_renderer
readme-renderer
sphinx
sphinx_rtd_theme
rst2pdf
# for now keep pinning "known working" lxml,
# it's been a troublesome component in the past.
lxml==4.7.1
rst2pdf
ninja
# Needed for test/Parallel/failed-build/failed-build.py
psutil
|