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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,3 +54,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'