Skip to content

Commit

Permalink
Allow any version of packaging to be installed (#608)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzymadness authored Aug 7, 2024
1 parent ad8bc8b commit ef2271d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
requests>=2.20.0,<3.0
packaging<24.0
packaging
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
long_description_content_type='text/markdown',
install_requires=[
"requests>=2.20.0,<3.0",
"packaging<24.0"
"packaging"
],
zip_safe=False,
keywords=["netbox"],
Expand Down

0 comments on commit ef2271d

Please sign in to comment.