mirror of
https://github.com/nathom/streamrip.git
synced 2025-06-02 16:19:53 -04:00
Finish most of skeleton
This commit is contained in:
parent
b5a442c042
commit
34277a3c67
26 changed files with 2357 additions and 1791 deletions
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "streamrip"
|
||||
version = "1.9.7"
|
||||
version = "2.0"
|
||||
description = "A fast, all-in-one music ripper for Qobuz, Deezer, Tidal, and SoundCloud"
|
||||
authors = ["nathom <nathanthomas707@gmail.com>"]
|
||||
license = "GPL-3.0-only"
|
||||
|
@ -8,10 +8,6 @@ readme = "README.md"
|
|||
homepage = "https://github.com/nathom/streamrip"
|
||||
repository = "https://github.com/nathom/streamrip"
|
||||
include = ["streamrip/config.toml"]
|
||||
packages = [
|
||||
{ include = "streamrip" },
|
||||
{ include = "rip" },
|
||||
]
|
||||
keywords = ["hi-res", "free", "music", "download"]
|
||||
classifiers = [
|
||||
"License :: OSI Approved :: GNU General Public License (GPL)",
|
||||
|
@ -19,13 +15,11 @@ classifiers = [
|
|||
]
|
||||
|
||||
[tool.poetry.scripts]
|
||||
rip = "rip.cli:main"
|
||||
rip = "src.cli:main"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.8 <4.0"
|
||||
requests = "^2.25.1"
|
||||
mutagen = "^1.45.1"
|
||||
click = "^8.0.1"
|
||||
tqdm = "^4.61.1"
|
||||
tomlkit = "^0.7.2"
|
||||
pathvalidate = "^2.4.1"
|
||||
|
@ -35,12 +29,13 @@ windows-curses = {version = "^2.2.0", platform = 'win32|cygwin'}
|
|||
Pillow = "^9.0.0"
|
||||
deezer-py = "1.3.6"
|
||||
pycryptodomex = "^3.10.1"
|
||||
cleo = {version = "1.0.0a4", allow-prereleases = true}
|
||||
cleo = "^2.0"
|
||||
appdirs = "^1.4.4"
|
||||
m3u8 = "^0.9.0"
|
||||
aiofiles = "^0.7.0"
|
||||
aiohttp = "^3.7.4"
|
||||
aiofiles = "^0.7"
|
||||
aiohttp = "^3.7"
|
||||
aiodns = "^3.0.0"
|
||||
aiolimiter = "^1.1.0"
|
||||
|
||||
[tool.poetry.urls]
|
||||
"Bug Reports" = "https://github.com/nathom/streamrip/issues"
|
||||
|
@ -50,7 +45,7 @@ Sphinx = "^4.1.1"
|
|||
autodoc = "^0.5.0"
|
||||
types-click = "^7.1.2"
|
||||
types-Pillow = "^8.3.1"
|
||||
black = "^21.7b0"
|
||||
black = "^22"
|
||||
isort = "^5.9.3"
|
||||
flake8 = "^3.9.2"
|
||||
setuptools = "^67.4.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue