diff --git a/setup.py b/setup.py index bcb9388a8f..a3a638fda4 100644 --- a/setup.py +++ b/setup.py @@ -221,6 +221,7 @@ }, install_requires=[ 'click==7.0', + 'urllib3<2', 'click-log>=0.3.2', 'docker>=4.4.4', 'docker-image-py>=0.1.10',