Skip to content

Commit

Permalink
fix: our packages must be in default pipfile sect
Browse files Browse the repository at this point in the history
Because those are the only ones installed by openembedded.
  • Loading branch information
sfoster1 committed Jan 12, 2024
1 parent 1536eda commit d867703
Show file tree
Hide file tree
Showing 6 changed files with 993 additions and 790 deletions.
12 changes: 6 additions & 6 deletions robot-server/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@ types-requests = "==2.25.6"
types-mock = "==4.0.1"
sqlalchemy2-stubs = "==0.0.2a21"
python-box = "==5.4.1"
opentrons-hardware = {editable = true, path='../hardware', extras=['FLEX']}
opentrons = { editable = true, path = "../api"}
opentrons-shared-data = { editable = true, path = "../shared-data/python" }
notify-server = { editable = true, path = "../notify-server"}
server-utils = {editable = true, path = "./../server-utils"}
robot-server = { editable = true, path = "."}

[packages]
anyio = "==3.6.1"
Expand All @@ -57,3 +51,9 @@ numpy = "==1.23.3"
zipp = "==3.5.0"
sqlalchemy = "==1.4.32"
aiosqlite = "==0.17.0"
opentrons-hardware = {editable = true, path='../hardware', extras=['FLEX']}
opentrons = { editable = true, path = "../api"}
opentrons-shared-data = { editable = true, path = "../shared-data/python" }
notify-server = { editable = true, path = "../notify-server"}
server-utils = {editable = true, path = "./../server-utils"}
robot-server = { editable = true, path = "."}
Loading

0 comments on commit d867703

Please sign in to comment.