File: pyproject.toml

package info (click to toggle)
golang-github-arduino-pluggable-monitor-protocol-handler 0.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 292 kB
  • sloc: makefile: 4
file content (15 lines) | stat: -rw-r--r-- 324 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[tool.poetry]
name = "pluggable-monitor-protocol-handler"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]

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

[tool.poetry.dev-dependencies]
codespell = "^2.1.0"

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