From 1429ec4633b1d25fdd525bfba2a5fe7f7cff5384 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janusz=20=22Ivellios=22=20Kamie=C5=84ski?= Date: Thu, 10 Oct 2024 19:15:57 +0200 Subject: [PATCH] Move part of dependencies to dev deps to reduce amount of packages needed for installation. --- poetry.lock | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3f11c5c..a127fd9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3910,4 +3910,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "5bca8c829d8487914329c66821afc5db321ca0ad5a6972d8e2186f07da4325c2" +content-hash = "0a73a5cf4f77e5048f85c644e4296bd9d8f8ac66aae2da87ab982d3367708856" diff --git a/pyproject.toml b/pyproject.toml index cafd561..45324c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,8 +28,6 @@ packages = [ [tool.poetry.dependencies] python = "^3.9" Django = ">=4.0,<6.0" -django-stubs = ">=4.2.4,<6.0" -pytest-cov = "^4.1.0" setuptools = "^75.1.0" [tool.poetry.group.dev.dependencies] @@ -41,6 +39,8 @@ pytest-django = "^4.5.2" pytest-watch = "^4.2.0" safety = "^3.2.8" checkov = "^3.2.257" +django-stubs = ">=4.2.4,<6.0" +pytest-cov = "^4.1.0" jinja2 = "^3.1.4" mypy = "^1.11.2"