post_install() {
echo "Installing dependencies for flaresolverr through pip..."
LD_PRELOAD='' LDFLAGS="-lpython3.14" MATHLIB="m" "/data/data/com.termux/files/usr/bin/pip3" install --upgrade bottle waitress selenium func-timeout prometheus-client requests certifi websockets packaging
}
