Skip to content

Commit 932773e

Browse files
committed
Include youtube-dl dependence
1 parent 76d0116 commit 932773e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ pytube==11.0.2
66
scikit-learn==1.0.2
77
speechbrain==0.5.11
88
torchaudio==0.10.1
9-
validators==0.18.2
9+
validators==0.18.2
10+
youtube-dl==2021.12.17

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ classifiers =
1010
packages = simple_diarizer
1111
package_dir =
1212
simple_diarizer = simple_diarizer
13-
python_requires = >=3.7,<3.10
13+
python_requires = >=3.7,<3.10

0 commit comments

Comments
 (0)