pull/605/head
jhengazuki 4 months ago
parent 5f5fd90e37
commit e8957d35b5
  1. 2
      chaquo/build.gradle
  2. 1
      chaquo/requirements.txt

@ -12,7 +12,7 @@ android {
minSdk 24 minSdk 24
targetSdk 36 targetSdk 36
python { python {
version "3.11" version "3.10"
pip { pip {
install("-r", "requirements.txt") install("-r", "requirements.txt")
} }

@ -2,7 +2,6 @@ lxml
ujson ujson
pyquery pyquery
requests requests
jsonpath
cachetools cachetools
pycryptodome pycryptodome
beautifulsoup4 beautifulsoup4

Loading…
Cancel
Save