From fd20d142eaeabf8aa926447731b036fc16b6eb1b Mon Sep 17 00:00:00 2001 From: Gabryel Reyes Date: Fri, 28 Jun 2024 10:10:02 +0200 Subject: [PATCH] Fixed toml --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d9c16f5..40aa221 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,9 +23,9 @@ classifiers = [ dependencies = [ "toml>=0.10.2", - "pyJiraCli @ git+https://github.com/NewTec-GmbH/pyJiraCli, - "pyPolarionCli @ git+https://github.com/NewTec-GmbH/pyPolarionCli", - "pySupersetCli @ git+https://github.com/NewTec-GmbH/pySupersetCli" + "pyJiraCli@git+https://github.com/NewTec-GmbH/pyJiraCli", + "pyPolarionCli@git+https://github.com/NewTec-GmbH/pyPolarionCli", + "pySupersetCli@git+https://github.com/NewTec-GmbH/pySupersetCli" ] [project.optional-dependencies]