14 lines
242 B
Plaintext
14 lines
242 B
Plaintext
# this package
|
|
-e .
|
|
|
|
# docs
|
|
sphinx==3.5.4 # 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
|