mirror of https://github.com/docker/docker-py.git
Exclude requests 2.11 from setup.py to work around unicode bug
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
20b29d048e
commit
a28a0d2355
2
setup.py
2
setup.py
|
|
@ -9,7 +9,7 @@ ROOT_DIR = os.path.dirname(__file__)
|
||||||
SOURCE_DIR = os.path.join(ROOT_DIR)
|
SOURCE_DIR = os.path.join(ROOT_DIR)
|
||||||
|
|
||||||
requirements = [
|
requirements = [
|
||||||
'requests >= 2.5.2',
|
'requests >= 2.5.2, < 2.11',
|
||||||
'six >= 1.4.0',
|
'six >= 1.4.0',
|
||||||
'websocket-client >= 0.32.0',
|
'websocket-client >= 0.32.0',
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue