From c6e886df260e0fa3b99e3e9375fc830e57e62fbc Mon Sep 17 00:00:00 2001 From: david-jana Date: Fri, 10 Nov 2017 15:18:48 -0500 Subject: [PATCH] Pin requests version to 2.6.0 --- JanaAPI/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JanaAPI/setup.py b/JanaAPI/setup.py index 1d0f8f1..9bdf9ae 100644 --- a/JanaAPI/setup.py +++ b/JanaAPI/setup.py @@ -8,6 +8,6 @@ packages=['jana_api'], license='LICENSE.txt', description='SDK for the Jana API', - install_requires=['requests'], + install_requires=['requests=2.6.0'], long_description=open('README.txt').read(), ) \ No newline at end of file