Skip to content

Commit

Permalink
Removed specific version from turbodl lib
Browse files Browse the repository at this point in the history
  • Loading branch information
henrique-coder committed Dec 20, 2024
1 parent 92abbfb commit b91e58c
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 6 deletions.
51 changes: 47 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ classifiers = [
python = "^3.9"
httpx = { version = "0.28.1", optional = true }
scrapetube = { version = "2.5.1", optional = true }
turbodl = { version = "0.0.1", optional = true }
turbodl = { version = "*", optional = true }
yt-dlp = { version = "2024.12.13", optional = true }

[tool.poetry.dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
httpx == 0.28.1
scrapetube == 2.5.1
turbodl == 0.0.1
turbodl
yt-dlp == 2024.12.13

0 comments on commit b91e58c

Please sign in to comment.