We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11df16c commit ea0db98Copy full SHA for ea0db98
docs/pyproject.toml
@@ -14,8 +14,10 @@ dependencies = [
14
"mkdocs-macros-plugin>=1.3.9",
15
"mkdocs-parent-css-plugin",
16
"mkdocs-print-site-plugin>=2.8",
17
+ "opentrons",
18
"playwright>=1.55",
19
]
20
21
[tool.uv.sources]
22
mkdocs-parent-css-plugin = { path = "mkdocs-parent-css-plugin", editable = true }
23
+opentrons = { path = "../api", editable = true }
0 commit comments