Skip to content

Commit a86fcea

Browse files
authored
Fix project dependencies (#70)
* Update setup.py * Update demeuk.py
1 parent 016bc18 commit a86fcea

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bin/demeuk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
from unidecode import unidecode
176176

177177

178-
version = '4.6.1'
178+
version = '4.6.2'
179179

180180
# Search from start to finish for the string $HEX[], with block of a-f0-9 with even number
181181
# of hex chars. The first match group is repeated.

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
'ftfy',
1212
'unidecode',
1313
'tqdm',
14+
'transliterate'
1415
]
1516

1617
with open('README.md', 'r') as r:

0 commit comments

Comments
 (0)