summaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2022-11-27 14:23:07 +0200
committerYuval Adam <_@yuv.al>2022-11-27 14:23:07 +0200
commit97739aa87068d07483e44ed0903da75e16d5ba6e (patch)
tree305f550e2f4844084f3acdc202e0bbb4c8a735c7 /Pipfile
parentcd6f1129c398a29ab6a43d8706363a8f0210507c (diff)
Normalize unicode chars in render_link comparison
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index 7011a7b..e3e19db 100644
--- a/Pipfile
+++ b/Pipfile
@@ -8,6 +8,7 @@ pyyaml = "*"
jinja2 = "*"
requests = "*"
aiohttp = "*"
+unidecode = "*"
[dev-packages]
black = "*"