From bb1fbba161073f3ce7440b16fb61328d498178d8 Mon Sep 17 00:00:00 2001 From: cachho Date: Tue, 18 Jul 2023 22:47:54 +0200 Subject: [PATCH] fix: add isort dev dependency (#315) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 52784079..39206aa4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,6 +101,7 @@ pytest = "^7.3.1" pytest-mock = "^3.10.0" pytest-env = "^0.8.1" click = "^8.1.3" +isort = "^5.12.0" [tool.poetry.extras] streamlit = ["streamlit"]