From bcda77d3a16f545cc413c83b8e3fe031ae92ecab Mon Sep 17 00:00:00 2001 From: Jacob Pavlock Date: Sun, 18 Dec 2022 15:01:38 -0800 Subject: [PATCH] build!: use mediafile over moe_mediafile Now that our changes have been merged into mediafile, there's no longer a need to use our fork. You may experience issues if you have both moe_mediafile and mediafile installed together. I recommend all users explicitly uninstall moe_mediafile by running `pip uninstall moe_mediafile`. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d9b096c9..0e5ac014 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ moe = 'moe.cli:main' python = ">=3.9, <3.12" alembic = "^1.4.2" dynaconf = "^3.1.4" -moe_mediafile = "^0.10.1" +mediafile = "^0.11.0" musicbrainzngs = "^0.7.1" pluggy = "^0.13.1" rich = "^12.5.1"