Skip to content

Commit

Permalink
update pipfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekMaggio committed Jul 22, 2024
1 parent 5ce5147 commit a046148
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion performance-metrics/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name = "pypi"
[packages]
performance-metrics = {file = ".", editable = true}
psutil = "==6.0.0"
systemd-python = "234"
systemd-python = {version = "==234", sys_platform = "==linux"}

[dev-packages]
pytest = "==7.4.4"
Expand Down
15 changes: 7 additions & 8 deletions performance-metrics/Pipfile.lock

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

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 a046148

Please sign in to comment.