Skip to content

Commit

Permalink
תיקון יבוא ובניית APK
Browse files Browse the repository at this point in the history
  • Loading branch information
NHLOCAL committed Dec 22, 2024
1 parent cfce051 commit 1aa637e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/apk-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install Python Dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements-apk.txt
- name: Setup Flutter ${{ env.FLUTTER_VERSION }}
uses: subosito/flutter-action@v2
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "singlesorter"
version = "14.0.0beta"
description = "מסדר הסינגלים"
description = "Singles Sorter"
authors = [{ name = "NHLOCAL", email = "nh.local11@gmail.com" }]
dependencies = [
"flet",
Expand Down
5 changes: 5 additions & 0 deletions requirements-apk.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
flet
music_tag
jibrish_to_hebrew
requests
chardet

0 comments on commit 1aa637e

Please sign in to comment.