Add spaces in markdown columns formatting to make it easier to edit

This commit is contained in:
Bruno Alla 2021-11-15 17:17:26 +00:00
parent 4d4c5f7bea
commit f8897bfdff

View File

@ -249,8 +249,11 @@ class GitHubManager:
package_name, info, needed_dj_version
)
requirements += (
f"|{self._get_md_home_page_url(info).format(package_name)}"
f"|{version}|{compat_version}|{icon}|\n"
f"| {self._get_md_home_page_url(info).format(package_name)} "
f"| {version} "
f"| {compat_version} "
f"| {icon} "
f"|\n"
)
return requirements