Skip to content

Commit

Permalink
Migrated reqs to poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
andylockran committed Jan 28, 2024
1 parent bb80bbd commit f8406e6
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 4 deletions.
105 changes: 105 additions & 0 deletions poetry.lock

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

4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.9"
appdirs = "^1.4.4"
pyserial = "^3.5"
pyserial-asyncio = "^0.6"
pyyaml = "^6.0.1"


[build-system]
Expand Down
4 changes: 0 additions & 4 deletions requirements.txt

This file was deleted.

0 comments on commit f8406e6

Please sign in to comment.