Updating requirement to ensure that a version of websocket greather than or equal to 0.32.0 is used

This commit is contained in:
BoySherman 2017-07-20 09:22:53 +01:00
parent c4aac96342
commit 065335bc65

View File

@ -6,4 +6,4 @@ urllib3>=1.19.1,!=1.21 # MIT
pyyaml>=3.12 # MIT
google-auth>=1.0.1 # Apache-2.0
ipaddress>=1.0.17 # PSF
websocket-client<=0.40.0 # LGPLv2+
websocket-client>=0.32.0,<=0.40.0 # LGPLv2+