chore(deps):drop plyer as a dependency and switch to platformdirs

This commit is contained in:
Benex254
2024-08-05 09:47:00 +03:00
parent d2a328c2c8
commit 536e175a3a
4 changed files with 13 additions and 54 deletions

View File

@@ -11,7 +11,6 @@ python = "^3.10"
kivy = "^2.3.0"
yt-dlp = "^2024.5.27"
ffpyplayer = "^4.5.1"
plyer = "^2.1.0"
fuzzywuzzy = "^0.18.0"
rich = "^13.7.1"
click = "^8.1.7"
@@ -20,6 +19,7 @@ kivymd = [{url = "https://github.com/kivymd/KivyMD/archive/master.zip"}]
pyshortcuts = "^1.9.0"
inquirerpy = "^0.3.4"
platformdirs = "^4.2.2"
[tool.poetry.group.dev.dependencies]
black = "^24.4.2"
isort = "^5.13.2"