Install new dependencies before program start #237
Labels
dependencies
Upgrade or downgrade of project dependencies.
enhancement
Enhancement of the code, not introducing new features.
Milestone
Currently, the migrator has the job of installing new dependencies.
While this is quite a convenient way to do this, there are also some issues.
One is that you cannot have new dependencies (libraries) in any migrator dependent code, which once happened with the database controller, resulting in a program crash.
It would be beneficial to manage the dependencies outside the main program, that it is guaranteed dependencies are all installed.
AC
The text was updated successfully, but these errors were encountered: