summaryrefslogtreecommitdiffstats
path: root/requirements.txt
blob: e05c610246ad6a2fbe893164f2b1d8426b80e7be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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
# Also for test/ninja/shutdown_scons_daemon.py
psutil