Update pip install

okjack
okjack 2 years ago
parent 86265f187b
commit 050e64ba2e
  1. 3
      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'
}

Loading…
Cancel
Save