Add colorama to project dependencies

This commit is contained in:
Rafael Moraes
2025-07-04 20:36:08 -03:00
parent 7790be41e1
commit 28a8f18da4
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@ requires-python = ">=3.10"
authors = [{ name = "glomatico" }]
dependencies = [
"click",
"colorama",
"inquirerpy",
"mutagen",
"pillow",
+1
View File
@@ -1,4 +1,5 @@
click
colorama
inquirerpy
mutagen
pillow