From a0cdc14ecfebd413db9ddbd6e78b6d9ebfb97aee Mon Sep 17 00:00:00 2001 From: okjack Date: Sat, 3 Aug 2024 11:59:43 +0800 Subject: [PATCH] Update pip install --- pyramid/build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyramid/build.gradle b/pyramid/build.gradle index f5012c0d2..4fac8c3e9 100644 --- a/pyramid/build.gradle +++ b/pyramid/build.gradle @@ -16,7 +16,10 @@ android { version "3.8" pip { install "lxml" + install "ujson" + install "pyquery" install "requests" + install "jsonpath" install 'pycryptodome' install 'beautifulsoup4' }