File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 9494 "async-timeout" : "be replaced by asyncio.timeout (Python 3.11+)" ,
9595 # Only needed for tests
9696 "codecov" : "not be a runtime dependency" ,
97+ # Only needed for docs
98+ "mkdocs" : "not be a runtime dependency" ,
9799 # Does blocking I/O and should be replaced by pyserial-asyncio-fast
98100 # See https://github.com/home-assistant/core/pull/116635
99101 "pyserial-asyncio" : "be replaced by pyserial-asyncio-fast" ,
100102 # Only needed for tests
101103 "pytest" : "not be a runtime dependency" ,
102104 # Only needed for build
103105 "setuptools" : "not be a runtime dependency" ,
106+ # Only needed for docs
107+ "sphinx" : "not be a runtime dependency" ,
104108 # Only needed for build
105109 "wheel" : "not be a runtime dependency" ,
106110}
You can’t perform that action at this time.
0 commit comments