aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorDemonKingSwarn <rockingswarn@gmail.com>2024-02-21 22:27:16 +0530
committerDemonKingSwarn <rockingswarn@gmail.com>2024-02-21 22:27:16 +0530
commit1d4c1a2aebe40775bc046f0aca94980ec7f5e466 (patch)
tree8080224d1b2c782c5c2a2fe54e367473d66bbd4c /pyproject.toml
parent1a0ce5cf17e0f5acd2e94d40ec2b7de8af387e60 (diff)
downloadyt-music-1d4c1a2aebe40775bc046f0aca94980ec7f5e466.zip
yt-music-1d4c1a2aebe40775bc046f0aca94980ec7f5e466.tar.gz
feat: discord 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 79f1677..d697b1f 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.3"
+version = "0.0.4"
description = "A command line YouTube Music client."
authors = ["DemonKingSwarn <rockingswarn@gmail.com>"]
license = "GPLv3"
@@ -15,6 +15,7 @@ python = "^3.10"
httpx = "0.23.0"
krfzf-py = "^0.0.4"
yt-dlp = "^2023.12.30"
+pypresence = "4.3.0"
[tool.poetry.dev-dependencies]