doc-builder icon indicating copy to clipboard operation
doc-builder copied to clipboard

Add watchdog to the list of dependencies

Open severo opened this issue 3 years ago • 1 comments

Currently, after installing doc-builder (I did it with version 0.3.0 from pip, but I understand it has not changed), if I run doc-builder preview, I get:

ImportError: Please install `watchdog` to run `doc-builder preview` command.
You can do so through pip: `pip install watchdog`

watchdog should be added to setup.py

severo avatar Jun 27 '22 12:06 severo

No, it's not a hard-dependency because it's only needed for doc-builder preview. We could add an extras for preview however with this dependency.

sgugger avatar Jul 07 '22 14:07 sgugger