Raw File
package-dev-requirements.txt
# For testing
-r test-requirements.txt

# For dev
sphinx
mypy

# For release
build
twine
back to top