Skip to content

Commit

Permalink
two sets of extra requires
Browse files Browse the repository at this point in the history
  • Loading branch information
Jemoka committed Feb 17, 2024
1 parent 777bdb0 commit 426dfeb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,16 @@ def read(fname):
extra_requires={
'dev': [
'pytest',
],
"whisperx": [
"whisperx @ git+ssh://[email protected]:m-bain/whisperX.git"
]
},
include_package_data=True,
classifiers=[
"Development Status :: 3 - Alpha",
"Topic :: Utilities"
],
extras_require={
"whisperx": ["whisperx @ git+ssh://[email protected]:m-bain/whisperX.git"]
}
]
)


0 comments on commit 426dfeb

Please sign in to comment.