18 lines
361 B
TOML
18 lines
361 B
TOML
[tool.poetry]
|
|
name = "debugger"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["GHOSCHT <31184695+GHOSCHT@users.noreply.github.com>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.11"
|
|
pyserial = "^3.5"
|
|
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
autopep8 = "^2.0.2"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|