exclude cache dir and add more requirement packages
This commit is contained in:
parent
f534b552f7
commit
15d8e8b2ab
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ source.include_patterns = assets/*,images/*.png
|
|||
#source.exclude_exts = spec
|
||||
|
||||
# (list) List of directory to exclude (let empty to not exclude anything)
|
||||
#source.exclude_dirs = venv
|
||||
source.exclude_dirs = cache
|
||||
|
||||
# (list) List of exclusions using pattern matching
|
||||
#source.exclude_patterns = license,images/*/*.jpg
|
||||
|
@ -36,7 +36,7 @@ version = 0.1
|
|||
|
||||
# (list) Application requirements
|
||||
# comma separated e.g. requirements = sqlite3,kivy
|
||||
requirements = python3,kivy,kivymd,mapview
|
||||
requirements = python3,requests,urllib3,chardet,sqlite3,kivy,kivymd,mapview
|
||||
|
||||
# (str) Custom source folders for requirements
|
||||
# Sets custom source for any requirements with recipes
|
||||
|
|
Loading…
Reference in a new issue