You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
372 B

[tool.poetry]
name = "nebula-manager"
version = "0.1.0"
description = "A simple management tool for Nebula mesh networks"
authors = ["Drew Short <warrick@sothr.com>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.8"
click = "^7.1"
jinja2 = "^2.11"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"