blob: cc94763005583f492722f68c64a0fe20f5a29651 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# 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
lxml==4.5.0
rst2pdf
|