Skip to content

Commit 085c140

Browse files
authored
chore(api): depend on packaging (#15300)
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
1 parent f1c2a49 commit 085c140

File tree

4 files changed

+135
-237
lines changed

4 files changed

+135
-237
lines changed

api/Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ opentrons-shared-data = { editable = true, path = "../shared-data/python" }
1111
opentrons = { editable = true, path = "." }
1212
opentrons-hardware = { editable = true, path = "./../hardware", extras=["FLEX"] }
1313
numpy = "==1.22.3"
14+
packaging = "==21.3"
1415

1516
[dev-packages]
1617
# atomicwrites and colorama are pytest dependencies on windows,

0 commit comments

Comments
 (0)