Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Commit 5a2bea3

Browse files
committed
update for packaging
1 parent 54be9b3 commit 5a2bea3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

setup.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
with open("README.md") as readme_file:
88
readme = readme_file.read()
99

10-
requirements = []
10+
requirements = [
11+
"requests>=2.20.0,<3.0",
12+
]
1113

1214
test_requirements = [
1315
"pytest>=3",
@@ -37,9 +39,6 @@
3739
keywords="netbox_python",
3840
name="netbox_python",
3941
packages=find_packages(include=["netbox_python", "netbox_python.*"]),
40-
install_requires=[
41-
"requests>=2.20.0,<3.0",
42-
],
4342
test_suite="tests",
4443
tests_require=test_requirements,
4544
url="https://github.com/netbox-community/netbox_python",

0 commit comments

Comments
 (0)