`docutils` moved to required dependencies.

This commit is contained in:
Fabio Manganiello 2023-05-09 21:59:36 +02:00
parent 41233138ff
commit 1395c472c0
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
3 changed files with 3 additions and 2 deletions

View File

@ -305,6 +305,7 @@ autodoc_mock_imports = [
'simple_websocket',
'uvicorn',
'websockets',
'docutils',
]
sys.path.insert(0, os.path.abspath('../..'))

View File

@ -5,6 +5,7 @@
alembic
bcrypt
croniter
docutils
flask
frozendict
marshmallow

View File

@ -63,6 +63,7 @@ setup(
'alembic',
'bcrypt',
'croniter',
'docutils',
'flask',
'frozendict',
'marshmallow',
@ -202,8 +203,6 @@ setup(
'mlx90640': ['Pillow'],
# Support for machine learning models and cameras over OpenCV
'cv': ['opencv-python', 'numpy', 'Pillow'],
# Support for the generation of HTML documentation from docstring
'htmldoc': ['docutils'],
# Support for Node-RED integration
'nodered': ['pynodered'],
# Support for Todoist integration