mirror of
https://github.com/ansible/awx.git
synced 2026-05-21 15:57:52 -02:30
pin websocket-client to a known working version
websocket-client 0.43.0 has a bug in its https client that breaks requests: https://github.com/websocket-client/websocket-client/issues/326 slackclient is affected by this bug: https://github.com/slackapi/python-slackclient/issues/189 this commits also upgrades slackclient to add proxy support see: #7088 see: #7093
This commit is contained in:
@@ -46,7 +46,7 @@ redbaron==0.6.3
|
||||
requests-futures==0.9.7
|
||||
service-identity==16.0.0
|
||||
shade==1.20.0
|
||||
slackclient==1.0.5
|
||||
slackclient==1.0.6
|
||||
tacacs_plus==1.0
|
||||
twilio==6.1.0
|
||||
twisted==16.6.0
|
||||
|
||||
Reference in New Issue
Block a user