mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 03:46:55 +00:00
Restrict websocket-client to < 1.0.0 for Python 2. (#144)
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user