diff --git a/pyproject.toml b/pyproject.toml old mode 100644 new mode 100755 index da9119a..66272ae --- a/pyproject.toml +++ b/pyproject.toml @@ -17,9 +17,9 @@ pytest-cov = "^3.0.0" pytest-xdist = "^2.5.0" pytest-black = "^0.3.12" pre-commit = "^2.18.1" -conventional-commit = "^0.4.2" isort = "^5.10.1" flake8 = "^5.0.0" +commitizen = "^2.35.0" [build-system] requires = ["poetry-core>=1.0.0"]