Pārlūkot izejas kodu

Use HTTPS for whisper install

Miguel Piedrafita 2 gadi atpakaļ
vecāks
revīzija
491eb6aa80
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -11,7 +11,7 @@ setup(
     author="Miguel Piedrafita",
     install_requires=[
         'youtube-dl',
-        'whisper @ git+ssh://git@github.com/openai/whisper@main#egg=whisper'
+        'whisper @ git+https://github.com/openai/whisper.git@main#egg=whisper'
     ],
     description="Automatically generate and embed subtitles into your videos",
     entry_points={