diff options
Diffstat (limited to 'tools/dhcpns/pyproject.toml')
-rw-r--r-- | tools/dhcpns/pyproject.toml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/dhcpns/pyproject.toml b/tools/dhcpns/pyproject.toml new file mode 100644 index 0000000..5219168 --- /dev/null +++ b/tools/dhcpns/pyproject.toml @@ -0,0 +1,17 @@ +[tool.poetry] +name = "dhcpns" +version = "0.1.0" +description = "" +authors = ["Ole Mathias Heggem <olemathias.aa.heggem@gmail.com>"] +readme = "README.md" + +[tool.poetry.dependencies] +python = "^3.11" +requests = "^2.28.2" +pynetbox = "^7.0.1" +python-dotenv = "^1.0.0" + + +[build-system] +requires = ["poetry-core"] +build-backend = "poetry.core.masonry.api" |