Skip to content

Commit

Permalink
Added dev requirements for poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
henrique-coder committed Dec 12, 2024
1 parent 53ecc96 commit c0beeb7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ rich = { version = "13.9.4", optional = true }
scrapetube = { version = "2.5.1", optional = true }
yt-dlp = { version = "2024.12.6", optional = true }

[tool.poetry.dev-dependencies]
pytest = "*"
rich = "*"

[tool.poetry.extras]
downloader = ["requests", "rich"]
merger = []
Expand Down

0 comments on commit c0beeb7

Please sign in to comment.