From aac3e9f54a9f90d182df492e3bd771e7590b621d Mon Sep 17 00:00:00 2001 From: ARYAN-NIKNEZHAD Date: Wed, 28 Aug 2024 06:50:09 +0430 Subject: [PATCH] :wrench: chore: Update pyproject.toml file --- pyproject.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 26802b1..c4ebfaf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,11 +33,13 @@ black = "^24.4.2" isort = "^5.13.2" mypy = "^1.10.1" pytest = "^8.2.2" -flake8 = "^7.1.0" +flake8 = "^5.0.4" tox = "^4.15.1" coverage = "^7.5.4" -pre-commit = "^3.7.1" -sphinx = "^7.3.7" +pre-commit = "^3.5.0" +sphinx = "^6.2.1" +wheel = "^0.43.0" +twine = "^5.1.1" pylint = "^3.2.5" pytest-cov = "^5.0.0" commitizen = "^3.27.0"