Skip to content
This repository was archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #33 from LimaoC/basic-client-hardware-dependencies
Browse files Browse the repository at this point in the history
basic-client hardware dependencies added to poetry.lock and pyproject.toml
  • Loading branch information
avg-lebesgue-enjoyer authored Aug 23, 2024
2 parents 3ce542c + 7167770 commit 2d1a02f
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
35 changes: 34 additions & 1 deletion poetry.lock

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

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ authors = ["Limao Chang <[email protected]>", "Mitchell C
readme = "README.md"
packages = [
{ include = "models", from = "client" },
{ include = "drivers", from = "client" }
]

[tool.poetry.dependencies]
python = "^3.10"
mediapipe = "^0.10.14"
pydbml = "1.1.1"
piicodev = "^1.10.0"

[tool.poetry.group.dev.dependencies]
pytest = "^8.3.2"
Expand Down

0 comments on commit 2d1a02f

Please sign in to comment.