blob: 4093f19278d595293c443e650407cdf60553a013 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# 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
|