Restrict websocket-client to < 1.0.0 for Python 2. (#144)

This commit is contained in:
Felix Fontein
2021-05-19 12:09:24 +02:00
committed by GitHub
parent 8f7a08583d
commit b3284ce382
+1
View File
@@ -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'