From 349c907c1a75fd475c7565c3080b673aa44033fe Mon Sep 17 00:00:00 2001 From: Kye Date: Fri, 30 Jun 2023 14:05:11 -0400 Subject: [PATCH] clean up setup --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d67e6f39..00a9b55b 100644 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ setup( "O365", "pytube", "pydub", - "whisperx @ git+https://github.com/m-bain/whisperx.git@v3", + "git+https://github.com/m-bain/whisperx.git@v3", ], classifiers=[ 'Development Status :: 4 - Beta',