Skip to content

Commit

Permalink
build!: use mediafile over moe_mediafile
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
jtpavlock committed Dec 20, 2022
1 parent 2519817 commit bcda77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -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"
Expand Down

0 comments on commit bcda77d

Please sign in to comment.