-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tackle the Python dependencies versus plugins issue #33
Comments
Gave this some thought; think plugin interface should have each of them declare a list of dependencies. Somehow these are all sorted out into one consolidated It's better than how things are currently, until I/"we" figure something even better than this. |
Prototyping this in a separate branch |
Currently missing requirements for the plugins in |
Things this needs still:
|
It's occurred to me that while plugins are currently really modular, they typically carry overhead in the form of Python dependencies they need.
So that "modularity" is sandbagged by the fact that the overall
requirements.txt
file has to be updated to include those.This is a design issue which needs to be addressed in one form or another... maybe alongside #32
The text was updated successfully, but these errors were encountered: