Skip to content

Commit

Permalink
offset: Update Parselmouth to 0.4.0
Browse files Browse the repository at this point in the history
Also update streamlink to 2.0.0.
  • Loading branch information
TheDrHax committed Apr 3, 2021
1 parent 535e436 commit c2fc9f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
requests
python-dateutil
git+https://github.com/TheDrHax/streamlink.git@1.6.0-oauth
git+https://github.com/TheDrHax/streamlink.git@2.0.0-oauth
docopt==0.6.2
praat-parselmouth==0.3.3
praat-parselmouth==0.4.0
numpy<1.19.0,>=1.16.0
tensorflow==2.3.0
spleeter==2.2.1
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@

EXTRAS = {
'record': [
'streamlink>=1.0.0',
'streamlink>=2.0.0',
'parse>=1.19.0'
],
'offset': [
'praat-parselmouth>=0.3.3'
'praat-parselmouth>=0.4'
],
'mute': [
'numpy<1.19.0,>=1.16.0',
Expand Down

0 comments on commit c2fc9f8

Please sign in to comment.