Skip to content

Commit

Permalink
Commit poetry files.
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger committed Jan 18, 2024
1 parent 083b059 commit 0d835c2
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
24 changes: 24 additions & 0 deletions poetry.lock

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

18 changes: 18 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[tool.poetry]
name = "arduino-10base-t1s"
version = "0.1.0"
description = ""
authors = ["Alexander Entinger <[email protected]>"]
license = "LGPL"
readme = "README.md"
packages = [{include = "arduino_10base_t1s"}]

[tool.poetry.dependencies]
python = "^3.9"

[tool.poetry.group.dev.dependencies]
codespell = "^2.2.5"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 0d835c2

Please sign in to comment.