diff --git a/pyproject.toml b/pyproject.toml index 0af872c60..695c7ed82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,8 +20,6 @@ requests = "^2.26.0" nox = "^2021.10.1" GitPython = "^3.1.24" PyYAML = "^6.0" -ovld = "^0.3.2" -hrepr = "^0.4.0" blessed = "^1.19.1" pathspec = "^0.9.0" cp-template = "^0.3.0" @@ -41,6 +39,7 @@ py-cpuinfo = "^9.0.0" psutil = "^5.9.5" importlib-resources = "^6.1.0" filelock = "^3.15.3" +hrepr = ">=0.7.0" [tool.poetry.group.dev.dependencies] black = ">=21.10b0"