Open
Description
Currently, the dse-do-utils doesn't define dependencies.
It is up to the user to ensure the packages it requires are installed.
In some cases, the import statement is deep in the code and will only run if the code that depends on it is executed.
For instance, folium or sqlalchemy. This avoids the install of these packages if the related functionality of the dse-do-utils is never used.
This approach works, but there might be a better option with optional dependencies: