2022-06-16 16:10:06 +01:00
|
|
|
[tool.poetry]
|
|
|
|
name = "vban-cmd"
|
2022-09-28 18:20:25 +01:00
|
|
|
version = "1.5.0"
|
2022-06-16 16:10:06 +01:00
|
|
|
description = "Python interface for the VBAN RT Packet Service (Sendtext)"
|
|
|
|
authors = ["onyx-and-iris <code@onyxandiris.online>"]
|
|
|
|
license = "MIT"
|
|
|
|
readme = "README.md"
|
|
|
|
repository = "https://github.com/onyx-and-iris/vban-cmd-python"
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
2022-09-03 16:47:38 +01:00
|
|
|
python = "^3.10"
|
|
|
|
tomli = { version = "^2.0.1", python = "<3.11" }
|
2022-06-16 16:10:06 +01:00
|
|
|
|
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
pytest = "^7.1.2"
|
|
|
|
pytest-randomly = "^3.12.0"
|
2022-07-16 21:56:20 +01:00
|
|
|
pytest-repeat = "^0.9.1"
|
2022-06-16 16:10:06 +01:00
|
|
|
black = "^22.3.0"
|
|
|
|
isort = "^5.10.1"
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core>=1.0.0"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|