9 lines
236 B
Django/Jinja
9 lines
236 B
Django/Jinja
# Do NOT edit manually. Changes here will be overwritten by the command 'guess-requirement'
|
|
|
|
{%- for bin_lib, module_list in dependencies.items() %}
|
|
|
|
# Required by the module(s): {{ ','.join(module_list) }}
|
|
{{ bin_lib }}
|
|
|
|
{%- endfor %}
|