summaryrefslogtreecommitdiff
path: root/requirements.txt
blob: 0d5e0f48b70f37e3fa5ab0383086e4b119bdf4cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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
# 3.5.0 is bad. Hold at 3.4.3 for now until 3.5.1 is available
sphinx<3.5.0
sphinx_rtd_theme
lxml==4.6.3
rst2pdf
ninja

# Needed for test/Parallel/failed-build/failed-build.py
psutil