Skip to content

Commit

Permalink
Sorted requirements by name (a-Z)
Browse files Browse the repository at this point in the history
  • Loading branch information
henrique-coder committed Nov 18, 2024
1 parent 24fab79 commit a45d6cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ soundcloud-lib = {version = "0.6.1", optional = true}
yt-dlp = {version = "2024.11.18", optional = true}

[tool.poetry.extras]
youtube = ["yt-dlp", "requests", "scrapetube", "pysmartdl2"]
soundcloud = ["soundcloud-lib"]
merger = []
downloader = ["pysmartdl2"]
all = ["yt-dlp", "requests", "scrapetube", "soundcloud-lib", "pysmartdl2"]
merger = []
soundcloud = ["soundcloud-lib"]
youtube = ["pysmartdl2", "requests", "scrapetube", "yt-dlp"]
all = ["pysmartdl2", "requests", "scrapetube", "soundcloud-lib", "yt-dlp"]

[tool.ruff]
include = ["streamsnapper/*.py", "streamsnapper/platforms/*.py"]
Expand Down

0 comments on commit a45d6cb

Please sign in to comment.