Unverified Kaydet (Commit) ff86324c authored tarafından timvisee's avatar timvisee

Require at least requests v2.14.2 to fix chardet

Signed-off-by: 's avatartimvisee <timvisee@gmail.com>
üst b99f4f2c
......@@ -20,7 +20,7 @@ ROOT_DIR = os.path.dirname(__file__)
SOURCE_DIR = os.path.join(ROOT_DIR)
requirements = [
'requests >= 2.5.2, != 2.11.0, != 2.12.2, != 2.18.0',
'requests >= 2.14.2, != 2.18.0',
'six >= 1.4.0',
'websocket-client >= 0.32.0',
'docker-pycreds >= 0.2.1'
......
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