18 lines
373 B
TOML
18 lines
373 B
TOML
[tool.poetry]
|
|
name = "hostapps"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Jeffrey C. Ollie <jeff@ocjtech.us>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.12"
|
|
pynetbox = "^7.4.1"
|
|
click = "^8.1.7"
|
|
pydantic = "2.9.2"
|
|
|
|
[tool.poetry.scripts]
|
|
hostapps-update = "hostapps.update:main"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|