Skip to content
This repository has been archived by the owner on Mar 14, 2022. It is now read-only.

v2.0.5

Compare
Choose a tag to compare
@codesmith14 codesmith14 released this 30 May 14:02
· 2 commits to master since this release
6f4e377
  • add websocket-client v0.47.0 to requirements.txt

A recent update to websocket-client broke compatibility with python 2.6. This library is installed with the docker python library but does not lock the version of this dependency to a specific version. The requirements.txt file for this project now explicitly installs websocket-client v0.47.0 on python 2.6 before installing the docker python library. This should ensure continued compatibility with python 2.6