Skip to content

Commit

Permalink
Update Requirements - Levenshtein package renamed
Browse files Browse the repository at this point in the history
python-levenshtein was renamed to 'levelshtein'

Will probably need to uninstall the old one and install latest version of new name

pip uninstall python-levenshtein
pip install --upgrade levenshtein
  • Loading branch information
ThioJoe committed Mar 4, 2023
1 parent 58cc116 commit 048b4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ colorama==0.4.4
rtfunicode==2.0
certifi>=2021.10.8
six>=1.16.0
python-Levenshtein>=0.12.2
levenshtein>=0.20.9
regex>=2022.3.15
rapidfuzz>=2.0.7

0 comments on commit 048b4fd

Please sign in to comment.