diff --git a/Pipfile b/Pipfile index 66d60d2..f2958cc 100644 --- a/Pipfile +++ b/Pipfile @@ -10,6 +10,7 @@ pylint = "*" aiohttp = "*" python-socketio = "~=5.0" yt-dlp = "*" +mutagen = "*" [requires] python_version = "3.11" diff --git a/Pipfile.lock b/Pipfile.lock index 605c9fe..b981be2 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "d9aed6acd11513366a51efc8846b297ef9e80c5dabd77246be9a2a8e72b04c64" + "sha256": "1c1896792b38f423ecfe8b36117728b4a5a0dc7a31e1c2264182b15d3ceb7c9b" }, "pipfile-spec": 6, "requires": { @@ -342,6 +342,15 @@ "markers": "python_version >= '3.8'", "version": "==6.1.0" }, + "mutagen": { + "hashes": [ + "sha256:719fadef0a978c31b4cf3c956261b3c58b6948b32023078a2117b1de09f0fc99", + "sha256:edd96f50c5907a9539d8e5bba7245f62c9f520aef333d13392a79a4f70aca719" + ], + "index": "pypi", + "markers": "python_version >= '3.7'", + "version": "==1.47.0" + }, "python-engineio": { "hashes": [ "sha256:7631cf5563086076611e494c643b3fa93dd3a854634b5488be0bba0ef9b99709",