From de1e67c6be5063c6dbed6483f232baf9420dcfa7 Mon Sep 17 00:00:00 2001 From: olofvndrhr Date: Tue, 23 Jan 2024 14:30:15 +0100 Subject: [PATCH] fix deps --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dad28b8..2f2a958 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,10 @@ classifiers = [ "Operating System :: OS Independent", "Programming Language :: Python :: 3.11", ] -dependencies = ["pynetbox==7.2.0", "dnspython ==2.4.2"] +dependencies = [ + "pynetbox>=7.2.0", + "dnspython>=2.4.2", +] [project.urls] Homepage = "https://github.com/olofvndrhr/octodns-netbox-dns"