Skip to content

Commit

Permalink
chore(api): depend on packaging (#15300)
Browse files Browse the repository at this point in the history
We recently added an explicit runtime dependency on packaging but didn't
add it to our deps. Add it now.

Picked 22.0 as the version to depend on because it introduced type
stubs.

Closes RDEVOPS-98
  • Loading branch information
sfoster1 authored Jun 4, 2024
1 parent f1c2a49 commit 085c140
Show file tree
Hide file tree
Showing 4 changed files with 135 additions and 237 deletions.
1 change: 1 addition & 0 deletions api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ opentrons-shared-data = { editable = true, path = "../shared-data/python" }
opentrons = { editable = true, path = "." }
opentrons-hardware = { editable = true, path = "./../hardware", extras=["FLEX"] }
numpy = "==1.22.3"
packaging = "==21.3"

[dev-packages]
# atomicwrites and colorama are pytest dependencies on windows,
Expand Down
Loading

0 comments on commit 085c140

Please sign in to comment.