Update build.gradle

pull/123/head
FongMi 3 years ago
parent f2f604e4f7
commit c1822129d9
  1. 4
      pyramid/build.gradle

@ -13,10 +13,8 @@ android {
python {
buildPython "C:/Users/FongMi.DIREK/Anaconda3/python.exe"
pip {
install "requests"
install "lxml"
install "requests==2.27.1"
install 'pycryptodome'
install 'beautifulsoup4'
}
}
}

Loading…
Cancel
Save