Skip to content

Commit fa24a8a

Browse files
committed
Merge branch 'error-handling' of https://github.com/melexis/jira-juggler into error-handling
2 parents dd94fe7 + 52e218d commit fa24a8a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies = [
4545
"jira>=3.8",
4646
"python-dateutil>=2.8.0,<3.0",
4747
"natsort>=8.3.1",
48-
"python-decouple"
48+
"python-decouple",
4949
]
5050

5151
[project.urls]
@@ -55,6 +55,5 @@ Repository = "https://github.com/melexis/jira-juggler"
5555
[project.scripts]
5656
jira-juggler = "mlx.jira_juggler.jira_juggler:entrypoint"
5757

58-
5958
[tool.setuptools.package-data]
6059
"*" = ["*"]

0 commit comments

Comments
 (0)