diff options
Diffstat (limited to 'tools/dhcpns/pyproject.toml')
-rw-r--r-- | tools/dhcpns/pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dhcpns/pyproject.toml b/tools/dhcpns/pyproject.toml index 5219168..c0e5fdf 100644 --- a/tools/dhcpns/pyproject.toml +++ b/tools/dhcpns/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Ole Mathias Heggem <olemathias.aa.heggem@gmail.com>"] readme = "README.md" [tool.poetry.dependencies] -python = "^3.11" +python = "^3.9" requests = "^2.28.2" pynetbox = "^7.0.1" python-dotenv = "^1.0.0" |