Use pip version of Whisper

Closes #26 #25
This commit is contained in:
Miguel Piedrafita
2023-01-25 15:59:41 +00:00
parent cfafce9ccf
commit 8a572fc3b3
3 changed files with 3 additions and 11 deletions
+1 -5
View File
@@ -1,6 +1,3 @@
import os
import pkg_resources
from setuptools import setup, find_packages
setup(
@@ -10,8 +7,7 @@ setup(
py_modules=["auto_subtitle"],
author="Miguel Piedrafita",
install_requires=[
'youtube-dl',
'whisper @ git+https://github.com/openai/whisper.git@main#egg=whisper'
'openai-whisper',
],
description="Automatically generate and embed subtitles into your videos",
entry_points={