Skip to content

Commit 5dcf80c

Browse files
committed
fix: Adjust pyproject.toml dependencies to PEP 621 format
- Moved key directly under the section to conform to PEP 621, which should resolve parsing warnings.
1 parent b8dde70 commit 5dcf80c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ authors = [
77
]
88
readme = "README.md"
99
requires-python = ">=3.8"
10-
11-
[project.dependencies]
1210
dependencies = [
1311
"kubernetes>=32.0.1",
1412
"tabulate>=0.9.0",

0 commit comments

Comments
 (0)