remove ciso8601 from requirements

This commit is contained in:
Rafael Moraes 2024-10-27 12:37:40 -03:00
parent 9b0a2acc6f
commit a67c81bd22
2 changed files with 0 additions and 2 deletions

View File

@ -4,7 +4,6 @@ description = "A Python CLI app for downloading Apple Music songs/music videos/p
requires-python = ">=3.8" requires-python = ">=3.8"
authors = [{ name = "glomatico" }] authors = [{ name = "glomatico" }]
dependencies = [ dependencies = [
"ciso8601",
"click", "click",
"inquirerpy", "inquirerpy",
"m3u8", "m3u8",

View File

@ -1,4 +1,3 @@
ciso8601
click click
inquirerpy inquirerpy
m3u8 m3u8