24 lines
517 B
TOML
24 lines
517 B
TOML
[tool.poetry]
|
|
name = "nomr"
|
|
version = "0.1.0"
|
|
description = "test nom in roboto"
|
|
authors = ["Konstantin Koslowski <konstantin.koslowski@posteo.de>"]
|
|
license = "MIT"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
robotframework = "^4.1.3"
|
|
docutils = "^0.18.1"
|
|
dnspython = "^2.2.0"
|
|
ping3 = "^3.0.2"
|
|
speedtest-cli = "^2.1.3"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[tool.poetry.scripts]
|
|
nomr = "nomr.main:main"
|
|
nom = "nomr.lib.nom:main"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|