Skip to content

Commit ffe2fd7

Browse files
authored
remove requests from test dependencies (#137)
1 parent 0bb1805 commit ffe2fd7

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
@@ -37,6 +37,6 @@ def read(fname):
3737
install_requires=['sagemaker-container-support'],
3838
extras_require={
3939
'test': ['tox', 'flake8', 'pytest', 'pytest-cov', 'pytest-xdist', 'mock',
40-
'requests', 'sagemaker', 'tensorflow']
40+
'sagemaker', 'tensorflow']
4141
},
4242
)

0 commit comments

Comments
 (0)