diff --git a/.github/deploy_fdroid.requirements.txt b/.github/deploy_fdroid.requirements.txt index a96984b6..6a3b59cc 100644 --- a/.github/deploy_fdroid.requirements.txt +++ b/.github/deploy_fdroid.requirements.txt @@ -1,4 +1,3 @@ -androguard == 3.3.5 -fdroidserver +androguard beautifulsoup4 requests diff --git a/.github/workflows/new_release_deploy_fdroid.yml b/.github/workflows/new_release_deploy_fdroid.yml index fc639a7a..a44a312b 100644 --- a/.github/workflows/new_release_deploy_fdroid.yml +++ b/.github/workflows/new_release_deploy_fdroid.yml @@ -27,6 +27,7 @@ jobs: - name: "Download dependencies" run: | pip install -r .github/deploy_fdroid.requirements.txt + pip install git+https://gitlab.com/fdroid/fdroidserver.git - name: "Prepare env" working-directory: ./deploy_fdroid run: |