mirror of https://github.com/docker/docker-py.git
Merge pull request #213 from rutsky/remove_websocket_from_py3
Don't require websocket-client on Python 3
This commit is contained in:
commit
99ef978f09
|
@ -1,3 +1,2 @@
|
|||
requests==2.2.1
|
||||
six>=1.3.0
|
||||
websocket-client==0.11.0
|
||||
|
|
Loading…
Reference in New Issue