Skip to content

Commit

Permalink
why was it like this? it cant be like this
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoster1 committed Dec 16, 2024
1 parent 7767537 commit c508888
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
3 changes: 1 addition & 2 deletions robot-server/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ sqlalchemy2-stubs = "==0.0.2a21"
python-box = "==6.1.0"
types-paho-mqtt = "==1.6.0.20240106"
pyusb = "==1.2.1"
performance-metrics = {file = "../performance-metrics", editable = true}

[packages]
anyio = "==3.7.1"
Expand All @@ -60,7 +59,7 @@ opentrons-hardware = {editable = true, path='../hardware', extras=['FLEX']}
opentrons = { editable = true, path = "../api"}
opentrons-shared-data = { editable = true, path = "../shared-data/python" }
server-utils = {editable = true, path = "./../server-utils"}
performance-metrics = {file = "../performance-metrics", editable = true}
performance-metrics = {editable = true, path = "../performance-metrics" }
robot-server = { editable = true, path = "."}
pydantic-settings = "==2.4.0"
# this is a dependency of jsonschema (which requires just >0.7.0).
Expand Down
16 changes: 6 additions & 10 deletions robot-server/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c508888

Please sign in to comment.