You can now use Python scripts as addons in SRS. Remark: Only available in Ubuntu Linux x86_64 version. Not available in other platform (Cgywin64, MacOS_Unix, Docker) After modification in requirements.txt, please reconfigure the SRS source code by "./trunk/configure"
8 lines
140 B
Plaintext
8 lines
140 B
Plaintext
# Python packages required for SRS Python addons
|
|
requests>=2.25.0
|
|
psutil>=5.8.0
|
|
pyyaml>=5.4.0
|
|
websockets>=10.0
|
|
aiohttp>=3.8.0
|
|
numpy>=1.20.0
|