diff --git a/bin/demeuk.py b/bin/demeuk.py index fe9f1c2..6cfd179 100755 --- a/bin/demeuk.py +++ b/bin/demeuk.py @@ -175,7 +175,7 @@ from unidecode import unidecode -version = '4.6.1' +version = '4.6.2' # Search from start to finish for the string $HEX[], with block of a-f0-9 with even number # of hex chars. The first match group is repeated. diff --git a/setup.py b/setup.py index a131b06..3c9ef8e 100644 --- a/setup.py +++ b/setup.py @@ -11,6 +11,7 @@ 'ftfy', 'unidecode', 'tqdm', + 'transliterate' ] with open('README.md', 'r') as r: