diff options
author | ahothan <ahothan@cisco.com> | 2019-04-13 09:31:08 -0700 |
---|---|---|
committer | ahothan <ahothan@cisco.com> | 2019-04-13 09:31:08 -0700 |
commit | aed21dc7520fa195f6131c78d15c222970b7fab7 (patch) | |
tree | a8215c02783df89090a740a223bdec5ff6fc68bf /client/requirements.txt | |
parent | 8ae0abbe6ecc32af01d755a3f3eab38bfa631b6b (diff) |
Remove socketio from python client
Change-Id: I5c5e0e24621b450c05f1f94fd34eab9e101c75b6
Signed-off-by: ahothan <ahothan@cisco.com>
Diffstat (limited to 'client/requirements.txt')
-rw-r--r-- | client/requirements.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/client/requirements.txt b/client/requirements.txt index 80fc402..84ced9c 100644 --- a/client/requirements.txt +++ b/client/requirements.txt @@ -1,7 +1,5 @@ # # backports.ssl-match-hostname==3.5.0.1 # via websocket-client -requests==2.13.0 # via socketio-client -six==1.10.0 # via socketio-client, websocket-client -socketIO-client==0.7.2 -websocket-client==0.40.0 # via socketio-client +requests==2.13.0 +six==1.10.0 # via websocket-client |