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