tzk/requirements.txt

14 lines
242 B
Plaintext

# this package
-e .
# docs
sphinx==4.2.0 # newer versions display function names in the wrong color?
sphinx_rtd_theme==0.5.2
Jinja2<3.1 # https://github.com/readthedocs/readthedocs.org/issues/9038
# dev tools
build
setuptools
twine
wheel