From 0a66efa48af8c4a884ad5a73aad97b3dc0593354 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Wed, 7 May 2025 21:56:12 +0000 Subject: [PATCH] update pyproject.toml to use latest version of dev dependency section --- crawler/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawler/pyproject.toml b/crawler/pyproject.toml index 23c4b83..cc9aad5 100644 --- a/crawler/pyproject.toml +++ b/crawler/pyproject.toml @@ -22,7 +22,7 @@ geopy = "^2.4.1" matplotlib = "^3.10.0" opencv-python = "^4.11.0.86" -[tool.poetry.dev-dependencies] +[tool.poetry.group.dev.dependencies] [build-system] requires = ["poetry-core>=1.0.0"]