1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
This commit is contained in:
Felix Fontein 2021-05-19 12:23:01 +02:00
parent 8ba08ae383
commit c305178950

View file

@ -55,3 +55,4 @@ wrapt == 1.11.1
# Restrict docker versions depending on Python version # Restrict docker versions depending on Python version
docker < 5.0.0 ; python_version <= '3.6' docker < 5.0.0 ; python_version <= '3.6'
websocket-client < 1.0.0 ; python_version <= '3.6'