From 7aa6932d717848758483415d4eba272164dd5ea6 Mon Sep 17 00:00:00 2001 From: James Stevenson Date: Thu, 13 Jun 2024 11:19:28 -0400 Subject: [PATCH] really doesn't need multiple lines --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 64d3412..8587a38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,9 +27,7 @@ dependencies = [ ] [project.optional-dependencies] -shell = [ - "ipython ~= 8.4", -] +shell = ["ipython ~= 8.4"] dev = [ "bandit ~= 1.7", "black ~= 22.3",