Skip to content

Commit 7023688

Browse files
CopilotJosverl
andauthored
Add dependencies field to pyproject.toml to fix workflow error (#849)
* Initial plan * Fix uv pip install syntax in all workflow files Co-authored-by: Josverl <[email protected]> * Update pyproject.toml comment to show correct uv pip install syntax Co-authored-by: Josverl <[email protected]> * Revert incorrect changes and add dependencies field to pyproject.toml Co-authored-by: Josverl <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: Josverl <[email protected]>
1 parent 170e922 commit 7023688

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ classifiers = [
1111
]
1212
readme = "readme.md"
1313
license = "MIT"
14+
dependencies = []
1415

1516

1617
[project.optional-dependencies]

0 commit comments

Comments
 (0)