Skip to content

Commit

Permalink
Add setuptools and wheel to build requires
Browse files Browse the repository at this point in the history
  • Loading branch information
vista- committed Nov 5, 2021
1 parent cf967af commit 5a272a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[build-system]
requires = [
"pynetbox>=6.1.3",
"requests>=2.20.0,<3.0"
"requests>=2.20.0,<3.0",
"setuptools>=42",
"wheel"
]
build-backend = "setuptools.build_meta"

0 comments on commit 5a272a8

Please sign in to comment.