tzk/requirements.txt

14 lines
242 B
Plaintext
Raw Permalink Normal View History

# this package
-e .
# docs
2023-10-16 03:11:12 +00:00
sphinx==4.2.0 # newer versions display function names in the wrong color?
sphinx_rtd_theme==0.5.2
2022-03-27 20:22:31 +00:00
Jinja2<3.1 # https://github.com/readthedocs/readthedocs.org/issues/9038
# dev tools
build
setuptools
twine
wheel