diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 3 |
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] |