diff --git a/setup.py b/setup.py index e191f7f..83d0cad 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ download_url='https://github.com/apm1467/videocr/archive/v0.1.6.tar.gz', install_requires=[ 'fuzzywuzzy>=0.17', - 'python-Levenshtein>=0.12', + 'Levenshtein>=0.12', 'opencv-python>=4.1,<5.0', 'pytesseract>=0.2.6' ],