Skip to content

Commit b967a44

Browse files
authored
change: move requests library from required packages to test dependencies (#1290)
1 parent bf826a5 commit b967a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ def read_version():
3939
"protobuf>=3.1",
4040
"scipy>=0.19.0",
4141
"protobuf3-to-dict>=0.1.5",
42-
"requests>=2.20.0, <3",
4342
"smdebug-rulesconfig==0.1.2",
4443
"importlib-metadata>=1.4.0",
4544
"packaging>=20.0",
@@ -74,6 +73,7 @@ def read_version():
7473
"stopit==1.1.2",
7574
"apache-airflow==1.10.5",
7675
"fabric>=2.0",
76+
"requests>=2.20.0, <3",
7777
],
7878
)
7979

0 commit comments

Comments
 (0)