Skip to content

Commit

Permalink
Fixed toml
Browse files Browse the repository at this point in the history
  • Loading branch information
gabryelreyes committed Jun 28, 2024
1 parent 48d730f commit fd20d14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit fd20d14

Please sign in to comment.