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 <981654+Josverl@users.noreply.github.com> * Update pyproject.toml comment to show correct uv pip install syntax Co-authored-by: Josverl <981654+Josverl@users.noreply.github.com> * Revert incorrect changes and add dependencies field to pyproject.toml Co-authored-by: Josverl <981654+Josverl@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Josverl <981654+Josverl@users.noreply.github.com>
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)