Exclude requests==2.12.2 from dependencies

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2016-11-30 15:23:41 -08:00
parent 6a16edee3e
commit 176346bd95
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ ROOT_DIR = os.path.dirname(__file__)
SOURCE_DIR = os.path.join(ROOT_DIR)
requirements = [
'requests >= 2.5.2, != 2.11.0',
'requests >= 2.5.2, != 2.11.0, != 2.12.2',
'six >= 1.4.0',
'websocket-client >= 0.32.0',
'docker-pycreds >= 0.2.1'