Skip to content

Commit

Permalink
build: move mccabe to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpavlock committed Sep 18, 2022
1 parent 9606c1d commit ef373bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit ef373bc

Please sign in to comment.