Skip to content

Commit ef2271d

Browse files
Allow any version of packaging to be installed (#608)
1 parent ad8bc8b commit ef2271d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
requests>=2.20.0,<3.0
2-
packaging<24.0
2+
packaging

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
long_description_content_type='text/markdown',
1616
install_requires=[
1717
"requests>=2.20.0,<3.0",
18-
"packaging<24.0"
18+
"packaging"
1919
],
2020
zip_safe=False,
2121
keywords=["netbox"],

0 commit comments

Comments
 (0)