Install more dependencies

This commit fixes a couple of errors in the Sphinx docs, by
removing mock imports and replacing them with real ones.
This commit is contained in:
Richard 2021-09-21 17:38:15 +01:00
parent f0fcd53487
commit 3971a92a5f
2 changed files with 9 additions and 11 deletions

View file

@ -1 +1,9 @@
sphinx_rtd_theme
sphinx_rtd_theme
numpy
labthings
expiringdict
sangaboard
typing_extensions
pillow
piexif
python-dateutil

View file

@ -54,16 +54,6 @@ mock_imports = [
"picamerax",
"picamerax.array",
"picamerax.mmalobj",
"numpy",
"labthings",
"labthings.json",
"expiringdict",
"dateutil",
"dateutil.parser",
"typing_extensions",
"PIL",
"sangaboard",
"piexif",
]
sys.modules.update((mod_name, Mock()) for mod_name in mock_imports)