Skip to content

Commit

Permalink
fix(android): add pillow to requirements buildozer spec
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsanima committed Aug 17, 2021
1 parent e8b8e02 commit 60dd282
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildozer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ package.domain = com.mdsanima.rt.go.app.android
source.dir = ./src/

# (list) Source files to include (let empty to include all the files)
source.include_exts = py,png,jpg,kv,atlas, json
source.include_exts = py,png,jpg,kv,atlas,json

# (list) List of inclusions using pattern matching
#source.include_patterns = assets/*,images/*.png
Expand All @@ -36,7 +36,7 @@ version.filename = %(source.dir)s/__init__.py
# (list) Application requirements
# comma separated e.g. requirements = sqlite3,kivy
requirements = python3, kivy==2.0.0, kivymd==0.104.2, plyer==1.4.3, kivy-garden, openssl, humanfriendly==8.2
requirements = python3, kivy==2.0.0, kivymd==0.104.2, plyer==1.4.3, kivy-garden, openssl, humanfriendly==8.2, pillow
# (str) Custom source folders for requirements
# Sets custom source for any requirements with recipes
Expand Down

0 comments on commit 60dd282

Please sign in to comment.