Use requirements.txt

pull/590/head
FongMi 7 months ago
parent 0fa0172a01
commit c6b0979946
  1. 9
      chaquo/build.gradle
  2. 8
      chaquo/requirements.txt

@ -15,14 +15,7 @@ android {
python {
version "3.8"
pip {
install "lxml"
install "ujson"
install "pyquery"
install "requests"
install "jsonpath"
install "cachetools"
install 'pycryptodome'
install 'beautifulsoup4'
install("-r", "requirements.txt")
}
}
}

@ -0,0 +1,8 @@
lxml
ujson
pyquery
requests
jsonpath
cachetools
pycryptodome
beautifulsoup4
Loading…
Cancel
Save