From 87fc3a906f14123892751f9ba90db12aa446d865 Mon Sep 17 00:00:00 2001 From: Alexander-D-Karpov Date: Sat, 3 Feb 2024 02:50:46 +0300 Subject: [PATCH] fixing git --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0a08b4a..636e820 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", branch = "master"} +textract = {git = "https://github.com/Alexander-D-Karpov/textract.git", branch = "master"} librosa = "^0.10.1"