fix deps
check/lint python code with hatch / check-python-hatch (push) Successful in 22s Details

This commit is contained in:
Ivan Schaller 2024-01-23 14:30:15 +01:00
parent 988502a499
commit de1e67c6be
1 changed files with 4 additions and 1 deletions

View File

@ -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"