harp_apps.dashboard.utils.dependencies

async get_python_dependencies()[source]
parse_dependencies(dependencies)[source]

Transform a list of dependencies into a dictionary of dependencies, with package name as key.

Parameters:

dependencies (list[str])

Return type:

dict[str, str]