mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 20:08:41 +00:00
Restrict websocket-client to < 1.0.0 for Python 2. (#144)
This commit is contained in:
parent
8f7a08583d
commit
b3284ce382
@ -54,3 +54,4 @@ wrapt == 1.11.1
|
||||
|
||||
# Restrict docker versions depending on Python version
|
||||
docker < 5.0.0 ; python_version <= '3.6'
|
||||
websocket-client < 1.0.0 ; python_version <= '3.6'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user