Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
Update buildozer.spec
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierfiechter committed Jul 28, 2023
1 parent 996df43 commit a48704d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions buildozer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,13 @@ source.exclude_dirs = tests, bin, venv, old-sources, multisig
# (str) Application versioning (method 2)
version.regex = __version__ = ['"](.*)['"]
version.filename = %(source.dir)s/main.py
# (list) Application requirements
requirements =
#python3==3.9.9,
# python==3.10,
# (list) Application requirements
requirements =
python==3.11.0,
#cffi==1.13.2,
cffi==1.15.1,
Expand Down

0 comments on commit a48704d

Please sign in to comment.