fune/testing/tools/websocketprocessbridge/websocketprocessbridge_requirements_3.txt
Sebastian Hengst fd7c0e3c40 Bug 1922015 - pin websocketbridge's pyOpenSSL to 23.2.0. a=test-infra-fix
This avoids a deprecation message getting logged when the webRTC code expects
the configuration of the ICE server instead.

Bug 1921991 had updated the package.
2024-10-01 18:40:18 +02:00

17 lines
306 B
Text

# This file is the websocketprocess requirements.txt used with python 3.
six
vcversioner==2.16.0.0
twisted==21.2.0
# websocket adapter for twisted, might be built into twisted someday
autobahn==21.2.1
psutil>=5.9.0
# Needed by iceserver
ipaddr>=2.2.0
passlib==1.7.4
pyOpenSSL==23.2.0
service_identity