Skip to content

Commit 8020a9f

Browse files
committed
removed TOML comments
1 parent 27a0efd commit 8020a9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ readme = "README.md"
77
requires-python = ">=3.12"
88
dependencies = [
99
"click>=8.1",
10-
"kubernetes>=31.1", # Added comma here for consistency with list
11-
"PyYAML>=6.0", # Added comma here for consistency with list
12-
"requests>=2.32" # Removed trailing comma, as it's the last item
10+
"kubernetes>=31.1",
11+
"PyYAML>=6.0",
12+
"requests>=2.32"
1313
]
1414

1515
[project.scripts]

0 commit comments

Comments
 (0)