diff --git a/pyproject.toml b/pyproject.toml index f39d67ed..22ef086f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,6 @@ moe = 'moe.cli:main' python = ">=3.9, <3.11" alembic = "^1.4.2" dynaconf = "^3.1.4" -mccabe = "^0.7.0" mediafile = "^0.6.0" musicbrainzngs = "^0.7.1" pluggy = "^0.13.1" @@ -51,6 +50,7 @@ flake8-pytest-style = "^1.6.0" flake8-use-fstring = "^1.1" "github3.py" = "^3.2.0" isort = "^5.10.1" +mccabe = "^0.7.0" pre-commit = "^2.6.0" pypandoc = "^1.8.1" pyright = "^1.1.267"