We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd7855d commit fb39d19Copy full SHA for fb39d19
docker/set_env.sh
@@ -37,7 +37,7 @@ platformopts() {
37
echo "TEST_SET_MIGHTFAIL=early_cancel_lost100,early_cancel"
38
;;
39
esac
40
- echo 'EXTRA_PACKAGES="build-essential libunwind-dev git python3-dev"'
+ echo 'EXTRA_PACKAGES="build-essential libunwind-dev git python3-dev cmake ninja-build patchelf"'
41
}
42
43
case "${1}" in
requirements.txt
@@ -1,4 +1,5 @@
1
ElPeriodic>=1.1
2
rtpsynth>=1.3.0
3
+g722>=1.2.1
4
pycryptodome
5
websockets
0 commit comments