2022-05-28 14:14:08 -05:00
|
|
|
[tool.poetry]
|
|
|
|
name = "hostapps"
|
|
|
|
version = "0.1.0"
|
|
|
|
description = ""
|
|
|
|
authors = ["Jeffrey C. Ollie <jeff@ocjtech.us>"]
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
2024-05-14 14:44:33 -05:00
|
|
|
python = "^3.12"
|
2024-12-13 10:39:38 -06:00
|
|
|
pynetbox = "^7.4.1"
|
2023-10-18 20:26:59 -05:00
|
|
|
click = "^8.1.7"
|
2024-12-13 10:39:38 -06:00
|
|
|
pydantic = "2.9.2"
|
2022-05-28 14:14:08 -05:00
|
|
|
|
|
|
|
[tool.poetry.scripts]
|
|
|
|
hostapps-update = "hostapps.update:main"
|
2023-03-24 09:51:57 -05:00
|
|
|
|
2022-05-28 14:14:08 -05:00
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core>=1.0.0"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|