aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorDemonKingSwarn <rockingswarn@gmail.com>2024-05-10 22:22:58 +0530
committerDemonKingSwarn <rockingswarn@gmail.com>2024-05-10 22:22:58 +0530
commitdccf007192126ac5fa518677d4afbb453ae2b033 (patch)
treebb8468bd810ce4fad657e92bdafc106d0ad33652 /pyproject.toml
parent7e4c9465a197ed2024e85151b2b7d53d51704d1b (diff)
downloadyt-music-dccf007192126ac5fa518677d4afbb453ae2b033.zip
yt-music-dccf007192126ac5fa518677d4afbb453ae2b033.tar.gz
chore: added artist name in rpc
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 3b92e54..e05ba46 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.7"
+version = "0.0.8"
description = "A command line YouTube Music client."
authors = ["DemonKingSwarn <rockingswarn@gmail.com>"]
license = "GPLv3"
@@ -16,6 +16,7 @@ httpx = "0.23.0"
krfzf-py = "^0.0.4"
yt-dlp = "^2023.12.30"
pypresence = "4.3.0"
+bs4 = "^0.0.2"
[tool.poetry.dev-dependencies]