aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorDemonKingSwarn <rockingswarn@gmail.com>2024-02-14 19:07:24 +0530
committerDemonKingSwarn <rockingswarn@gmail.com>2024-02-14 19:07:24 +0530
commit1a0ce5cf17e0f5acd2e94d40ec2b7de8af387e60 (patch)
treef2598d85316b39c3be498ee870525a781a13241f /pyproject.toml
parentaaab15c874e66a552c5753d953484bb67bc027e6 (diff)
downloadyt-music-1a0ce5cf17e0f5acd2e94d40ec2b7de8af387e60.zip
yt-music-1a0ce5cf17e0f5acd2e94d40ec2b7de8af387e60.tar.gz
feat: DOWNLOADER
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 0a9b23c..79f1677 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "yt-music"
-version = "0.0.2"
+version = "0.0.3"
description = "A command line YouTube Music client."
authors = ["DemonKingSwarn <rockingswarn@gmail.com>"]
license = "GPLv3"
@@ -14,6 +14,7 @@ readme = "readme.txt"
python = "^3.10"
httpx = "0.23.0"
krfzf-py = "^0.0.4"
+yt-dlp = "^2023.12.30"
[tool.poetry.dev-dependencies]