blob: aa3f1eef3ea46db6b9ee6992ba9d6fd8a2d9ddbe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Dependencies for packaging, and distribution, including the docs build
-r requirements-dev.txt
# 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 pinned because it has broken several times on new releases
sphinx
sphinx-book-theme
rst2pdf
build
twine
packaging
|