rdmo icon indicating copy to clipboard operation
rdmo copied to clipboard

Make rdmo's own plugins installable as optional dependencies

Open afuetterer opened this issue 9 months ago • 4 comments

Rationale / Begründung

Should rdmo's own plugins be installable as optional dependencies?

With the new pyproject.toml based setup, you can install extra dependencies with pip, e.g.

pip install rdmo[dev ] or pip install rdmo[postgres]

Should the same logic apply to its own plugins?

pip install rdmo[plugins] or pip install rdmo[re3data]

What do you think?

Affected

Admins

References / Verweise

  • https://github.com/rdmorganiser/rdmo-plugins
  • https://github.com/rdmorganiser/rdmo-re3data/
  • ...

afuetterer avatar Sep 15 '23 07:09 afuetterer