From 63cfa96a07994663f9f888ceb937256174abf7b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Tue, 4 Jul 2023 19:53:45 +0200 Subject: [PATCH] pyproject.toml: fox poetry error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes: ``` RuntimeError The Poetry configuration is invalid: - Additional properties are not allowed ('group' was unexpected) ``` Signed-off-by: Jakub SokoĊ‚owski --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c748610..4c0001d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,8 +24,6 @@ flask-wtf = "^1.1.1" pytest = "^7.1.1" flake8 = "^4.0.1" black = "^22.3.0" - -[tool.poetry.group.dev.dependencies] faker = "^18.3.1" [build-system]