mirror of
https://github.com/nathom/streamrip.git
synced 2025-06-07 10:04:49 -04:00
Fix #136
This commit is contained in:
parent
5169da48f2
commit
b0be2f26bd
1 changed files with 2 additions and 2 deletions
|
@ -29,9 +29,9 @@ click = "^8.0.1"
|
||||||
tqdm = "^4.61.1"
|
tqdm = "^4.61.1"
|
||||||
tomlkit = "^0.7.2"
|
tomlkit = "^0.7.2"
|
||||||
pathvalidate = "^2.4.1"
|
pathvalidate = "^2.4.1"
|
||||||
simple-term-menu = {version = "^1.2.1", platform = 'linux or darwin'}
|
simple-term-menu = {version = "^1.2.1", platform = 'darwin|linux'}
|
||||||
pick = {version = "^1.0.0", platform = 'win32 or cygwin'}
|
pick = {version = "^1.0.0", platform = 'win32 or cygwin'}
|
||||||
windows-curses = {version = "^2.2.0", platform = 'win32 or cygwin'}
|
windows-curses = {version = "^2.2.0", platform = 'win32|cygwin'}
|
||||||
Pillow = "^8.3.0"
|
Pillow = "^8.3.0"
|
||||||
deezer-py = "^1.0.4"
|
deezer-py = "^1.0.4"
|
||||||
pycryptodomex = "^3.10.1"
|
pycryptodomex = "^3.10.1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue