add colorama to dependencies

This commit is contained in:
Rafael Moraes
2025-02-23 04:34:28 -03:00
parent 24810da4b6
commit 2da824ecbc
2 changed files with 2 additions and 2 deletions
+1 -2
View File
@@ -5,13 +5,12 @@ requires-python = ">=3.9"
authors = [{ name = "glomatico" }]
dependencies = [
"click",
"colorama",
"inquirerpy",
"m3u8",
"mutagen",
"pillow",
"pywidevine",
"pyyaml",
"termcolor",
"yt-dlp",
]
readme = "README.md"
+1
View File
@@ -1,4 +1,5 @@
click
colorama
inquirerpy
m3u8
mutagen