monarch-initiative / cookiecutter-monarch-ingest

A Cruft cookiecutter for modular Koza ingests
2 stars 1 forks source link

Add missing mkdocstrings dependency; bump kghub-downloader #11

Closed ptgolden closed 1 week ago

ptgolden commented 1 week ago

With https://github.com/monarch-initiative/kghub-downloader/pull/45 and kghub-downloader@0.3.11, mkdocs and plugins are moved to that package's dev dependencies. This PR installs that version of kghub-downloader and adds a missing mkdocstrings dependency that had previously been pulled in transitively.

Fixes #10.