Update textract dependency URL in pyproject.toml

This commit is contained in:
Alexander Karpov 2024-02-01 16:55:42 +03:00
parent ffa1e9c69f
commit 6a21158a62

View File

@ -119,7 +119,7 @@ spotdl = "^4.2.4"
fuzzywuzzy = "^0.18.0"
python-levenshtein = "^0.23.0"
pylast = "^5.2.0"
textract = {git = "https://github.com/Alexander-D-Karpov/textract.git", branch = "master"}
textract = {git = "git@github.com:Alexander-D-Karpov/textract.git", branch = "master"}
librosa = "^0.10.1"