aboutsummaryrefslogtreecommitdiffstats
path: root/tools/dhcpns/pyproject.toml
diff options
context:
space:
mode:
authorOle Mathias Heggem <olemathias.aa.heggem@gmail.com>2023-03-31 17:09:17 +0200
committerOle Mathias Heggem <olemathias.aa.heggem@gmail.com>2023-03-31 17:09:17 +0200
commit715206a50b9cb80d2ff4b17556bc6fae3538e9f3 (patch)
treef5d34cd8b1d8d405051ab07a5a732b0ee96a0445 /tools/dhcpns/pyproject.toml
parent27e6e09e69b7d054acecfd244d59d4f8df887214 (diff)
init dhcpns
Diffstat (limited to 'tools/dhcpns/pyproject.toml')
-rw-r--r--tools/dhcpns/pyproject.toml17
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"