277b439562
Building locally I saw this message: ``` /home/jepler/.espressif/python_env/idf4.4_py3.9_env/lib/python3.9/site-packages/setuptools_scm/integration.py:27: RuntimeWarning: ERROR: setuptools==44.1.1 is used in combination with setuptools_scm>=6.x Your build configuration is incomplete and previously worked by accident! setuptools_scm requires setuptools>=45 ``` For some reason this dependency is not automatically met, e.g., by setuptools_scm specifying a versioned dependency itself! So specify it here.
21 lines
266 B
Plaintext
21 lines
266 B
Plaintext
# For docs
|
|
mypy
|
|
black
|
|
isort
|
|
twine
|
|
wheel
|
|
astroid
|
|
setuptools>=45
|
|
setuptools_scm
|
|
|
|
# For sphinx
|
|
sphinx>=4.0.0
|
|
sphinx-autoapi
|
|
sphinx-rtd-theme
|
|
sphinxcontrib-svg2pdfconverter
|
|
readthedocs-sphinx-search
|
|
myst-parser
|
|
|
|
# For stubs and annotations
|
|
adafruit-circuitpython-typing
|