diff options
-rw-r--r-- | .coveragerc | 1 | ||||
-rw-r--r-- | pyproject.toml | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/.coveragerc b/.coveragerc index b4a9bbe4..039654db 100644 --- a/.coveragerc +++ b/.coveragerc @@ -2,7 +2,6 @@ branch = true source = pydis_site - pydis_site/apps/admin pydis_site/apps/api pydis_site/apps/home pydis_site/apps/staff diff --git a/pyproject.toml b/pyproject.toml index 15e39a57..408769aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ django-distill = "3.0.1" PyJWT = {version = "2.4.0", extras = ["crypto"]} [tool.poetry.dev-dependencies] -coverage = "~=5.0" +coverage = "6.4.4" flake8 = "~=3.7" flake8-annotations = "~=2.0" flake8-bandit = "~=3.0" @@ -39,7 +39,7 @@ mccabe = "~=0.6.1" pep8-naming = "~=0.9" pre-commit = "~=2.1" pyfakefs = "~=4.5" -coveralls = "~=2.1" +coveralls = "3.3.1" taskipy = "~=1.7.0" python-dotenv = "~=0.17.1" |