Kaydet (Commit) 95d9306d authored tarafından Joffrey F's avatar Joffrey F

Exclude requests 2.11 from setup.py to work around unicode bug

Signed-off-by: 's avatarJoffrey F <joffrey@docker.com>
üst a75553b3
......@@ -9,7 +9,7 @@ ROOT_DIR = os.path.dirname(__file__)
SOURCE_DIR = os.path.join(ROOT_DIR)
requirements = [
'requests >= 2.5.2',
'requests >= 2.5.2, < 2.11',
'six >= 1.4.0',
'websocket-client >= 0.32.0',
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment