Skip to content

Commit

Permalink
hardware: fix Pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ahiuchingau committed Apr 4, 2024
1 parent 4d02aed commit 00a4299
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion hardware/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ pyserial = "==3.5"
typing-extensions = ">=4.0.0,<5"
numpy = "==1.22.3"
pydantic = "==2.6.4"
pydantic-settings = "==2.2.1"

[dev-packages]
pytest = "==7.4.4"
Expand All @@ -26,7 +27,6 @@ hypothesis = "~=6.96.1"
pytest-asyncio = "~=0.23.0"
matplotlib = "*"
opentrons-shared-data = { editable = true, path = "../shared-data/python" }
pydantic-settings = "*"

[requires]
python_version = "3.10"
94 changes: 47 additions & 47 deletions hardware/Pipfile.lock

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

0 comments on commit 00a4299

Please sign in to comment.