mirror of
https://github.com/nathom/streamrip.git
synced 2025-06-04 00:58:44 -04:00
Update dependencies
This commit is contained in:
parent
808c6fbe1a
commit
94f716f291
2 changed files with 71 additions and 4 deletions
|
@ -34,6 +34,7 @@ pick = {version = "^1.0.0", platform = 'win32 or cygwin'}
|
|||
windows-curses = {version = "^2.2.0", platform = 'win32 or cygwin'}
|
||||
Pillow = "^8.3.0"
|
||||
deezer-py = "^1.0.4"
|
||||
pycryptodomex = "^3.10.1"
|
||||
|
||||
[tool.poetry.urls]
|
||||
"Bug Reports" = "https://github.com/nathom/streamrip/issues"
|
||||
|
@ -41,6 +42,8 @@ deezer-py = "^1.0.4"
|
|||
[tool.poetry.dev-dependencies]
|
||||
Sphinx = "^4.1.1"
|
||||
autodoc = "^0.5.0"
|
||||
types-click = "^7.1.2"
|
||||
types-Pillow = "^8.3.1"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue