blob: aeadaad3845a658ae312c7e21c11c709f848d7e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# This file is the websocketprocess requirements.txt used with python 3.
six
# bug 1879915: cffi 1.16.0 breaks on Windows 7
cffi==1.14.5 ; python_version < "3.8" and platform_system == "Windows"
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
service_identity
|