diff options
| author | Yuval Adam <_@yuv.al> | 2022-11-27 14:23:07 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2022-11-27 14:23:07 +0200 |
| commit | 97739aa87068d07483e44ed0903da75e16d5ba6e (patch) | |
| tree | 305f550e2f4844084f3acdc202e0bbb4c8a735c7 /Pipfile | |
| parent | cd6f1129c398a29ab6a43d8706363a8f0210507c (diff) | |
Normalize unicode chars in render_link comparison
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ pyyaml = "*" jinja2 = "*" requests = "*" aiohttp = "*" +unidecode = "*" [dev-packages] black = "*" |
