We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b77f05d commit c9beea9Copy full SHA for c9beea9
requirements-dev.txt
@@ -1,6 +1,6 @@
1
# 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
+twine # PyPi interaction, long description check in setup.py (twine check dist/intelhex-*.whl)
+rst2html # documentation generation
+sphinx # documentation generation
+docutils # sphinx and rest2html dependency
+pdoc # API documentation
0 commit comments