From a781240af075cd2f61d9a29777479ab01575d909 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= Date: Sun, 29 Oct 2023 17:13:41 +0100 Subject: [PATCH] reformat pyproject.toml --- api/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/pyproject.toml b/api/pyproject.toml index d5499fb..9508c7f 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -23,9 +23,9 @@ uvicorn = {extras = ["standard"], version = "^0.23.2"} webdavclient3 = "^3.14.6" [tool.poetry.group.dev.dependencies] +black = "^23.10.1" flake8 = "^6.1.0" pytest = "^7.4.2" -black = "^23.10.1" [build-system] build-backend = "poetry.core.masonry.api"