Miguel Piedrafita 2 лет назад
Родитель
Сommit
491eb6aa80
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -11,7 +11,7 @@ setup(
     author="Miguel Piedrafita",
     author="Miguel Piedrafita",
     install_requires=[
     install_requires=[
         'youtube-dl',
         '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",
     description="Automatically generate and embed subtitles into your videos",
     entry_points={
     entry_points={