You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.
In the current setup all module dependencies are effectively dependencies for HappyFace (given that you check out HappyFaceMonitoring/HappyFaceModules).
I particularly noticed this with the htcondor and feedparser imports. This is obviously not optimal, since you either have to install them or remove the imports (which does not harm if you do not use the corresponding module anyway, but is not really a solution).
In the current setup I think they should be listed as dependencies. A better solution would be to only import modules that are really used. But that certainly needs a clever mechanism.
Any thoughts on this?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In the current setup all module dependencies are effectively dependencies for HappyFace (given that you check out HappyFaceMonitoring/HappyFaceModules).
I particularly noticed this with the
htcondor
andfeedparser
imports. This is obviously not optimal, since you either have to install them or remove the imports (which does not harm if you do not use the corresponding module anyway, but is not really a solution).In the current setup I think they should be listed as dependencies. A better solution would be to only import modules that are really used. But that certainly needs a clever mechanism.
Any thoughts on this?
The text was updated successfully, but these errors were encountered: