Skip to content

Commit

Permalink
format pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
zrezke committed May 18, 2023
1 parent 524ad91 commit 5d355b4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion rerun_py/rerun_sdk/depthai_viewer/_backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,11 @@ requires = ["flit"]
build-backend = "flit.buildapi"


dependencies = ["depthai-sdk", "depthai", "numpy==1.24.*", "rerun_sdk", "ahrs", "websockets"]
dependencies = [
"depthai-sdk",
"depthai",
"numpy==1.24.*",
"rerun_sdk",
"ahrs",
"websockets",
]

0 comments on commit 5d355b4

Please sign in to comment.