Skip to content

Commit c9beea9

Browse files
committed
Update dev requirements based on last release
Signed-off-by: Bert van Hall <bert.vanhall@gmx.de>
1 parent b77f05d commit c9beea9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

requirements-dev.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# requirements for development and release process
2-
twine
3-
docutils
4-
sphinx
5-
readme_renderer # to check long description in setup.py: https://github.com/pypa/readme_renderer
6-
# python setup.py check -r -s
2+
twine # PyPi interaction, long description check in setup.py (twine check dist/intelhex-*.whl)
3+
rst2html # documentation generation
4+
sphinx # documentation generation
5+
docutils # sphinx and rest2html dependency
6+
pdoc # API documentation

0 commit comments

Comments
 (0)