Correctly assign project dependencies
This commit is contained in:
parent
449ec8dc27
commit
a9c55489a6
1 changed files with 4 additions and 2 deletions
|
@ -1,8 +1,6 @@
|
|||
[build-system]
|
||||
requires = [
|
||||
"setuptools>=61.0",
|
||||
"pynetbox>=7.4",
|
||||
"requests>=2.32",
|
||||
]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
|
@ -19,6 +17,10 @@ classifiers = [
|
|||
"Programming Language :: Python :: 3",
|
||||
"Operating System :: OS Independent",
|
||||
]
|
||||
dependencies = [
|
||||
"pynetbox>=7.4",
|
||||
"requests>=2.32",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://git.creekorful.cloud/creekorful/pfsense-netbox-sync"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue