From bd323124aa8a6b622acd9567eee5f7c96e0500ab Mon Sep 17 00:00:00 2001 From: Tomislav Adamic Date: Wed, 8 May 2024 09:44:33 +0200 Subject: [PATCH] deps: dev dependencies --- pyproject.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9825109..704103e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,9 +45,10 @@ dev = [ "check-manifest >= 0.47", "flask-shell-ipython >= 0.5.1", "ipython >= 8.6.0", - "isort >= 5.10.1", + # "isort >= 5.10.1", "pip-tools >= 6.5.1", "ruff", + "rich", ] # For dev machines and CI generating docs docs = [ @@ -62,10 +63,10 @@ tests = [ "coverage", "factory-boy >= 3.2.1", "faker >= 12.3.0", - "lorem >= 0.1.1", + # "lorem >= 0.1.1", "pytest >= 7.0.1", - "pytest-profiling >= 1.7.0", - "pytest-random-order >= 1.0.4", + # "pytest-profiling >= 1.7.0", + # "pytest-random-order >= 1.0.4", "pytest-spec >= 3.2.0", ]