19 lines
376 B
TOML
19 lines
376 B
TOML
[tool.poetry]
|
|
name = "anabasis-clients"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Tomáš Mládek <t@mldk.cz>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.7"
|
|
routeros-api = "^0.17.0"
|
|
click = "^7.1.2"
|
|
Jinja2 = "^2.11.3"
|
|
humanize = "^3.2.0"
|
|
requests = "^2.25.1"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry>=0.12"]
|
|
build-backend = "poetry.masonry.api"
|