Southampton-RSG / wdra-extender

BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Plugins should be able to manage their own dependencies #3

Open jag1g13 opened 4 years ago

jag1g13 commented 4 years ago

Some of the more complex plugins will have dependencies like NLTK or random GitHub projects.

We need a couple of proof-of-concept plugins which demonstrate how these can be managed.

Plugin dependencies should be setup at plugin run time to remain as stateless as possible - ideally able to throw away all installed dependencies and start from scratch without causing problems