Skip to content

Commit

Permalink
update pipfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekMaggio committed Jul 23, 2024
1 parent e4b7459 commit ce8f2e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion robot-server/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ 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 @@ -64,3 +64,4 @@ opentrons = { editable = true, path = "../api"}
opentrons-shared-data = { editable = true, path = "../shared-data/python" }
server-utils = {editable = true, path = "./../server-utils"}
robot-server = { editable = true, path = "."}
performance-metrics = {file = "../performance-metrics", editable = true}

0 comments on commit ce8f2e1

Please sign in to comment.