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 Aug 1, 2023
1 parent af45265 commit 3be1abf
Showing 1 changed file with 19 additions and 24 deletions.
43 changes: 19 additions & 24 deletions buildozer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,27 @@ version.filename = %(source.dir)s/main.py
# python3==3.9.9,
# python==3.10,
# python==3.11.0,
#cffi==1.13.2,
# cryptography,
# setuptools-rust,
# pycparser==2.14,
# secp256k1==0.13.2.4,
# websocket-client==1.4.2,
# nostr==0.0.1 dependencies
#cffi==1.15.1, but we have 1.13.2 available
#cryptography==39.0.0, we have
#pycparser==2.14, but asks for 2.21,
#secp256k1, asks for 0.14.0
#websocket-client==1.4.2,
# connectrum==0.8.1 extended and included in app ,
# (list) Application requirements
requirements =
python3==3.9.9,
#cffi==1.13.2,
cffi==1.15.1,
pbkdf2,
Cython==0.29.36,
Expand Down Expand Up @@ -82,37 +98,16 @@ requirements =
urllib3==1.24.3,
yarl==1.8.1,
zipp==3.8.1,
#blockcypher==1.0.93,
#python-dateutil==2.8.2,
#bitcoin==1.1.39,
android,
pyjnius==1.4.2,
embit==0.7.0,
numpy==1.22.3,
camera4kivy==0.1.0,
gestures4kivy==0.1.0,
pillow==8.4.0,
libiconv,
libzbar,
pyzbar==0.1.7,
# cryptography,
# setuptools-rust,
# pycparser==2.14,
# secp256k1==0.13.2.4,
# websocket-client==1.4.2,
# nostr==0.0.1 dependencies
#cffi==1.15.1, but we have 1.13.2 available
#cryptography==39.0.0, we have
#pycparser==2.14, but asks for 2.21,
#secp256k1, asks for 0.14.0
#websocket-client==1.4.2,
# connectrum==0.8.1 extended and included in app ,
pyzbar==0.1.7
# (str) Custom source folders for requirements
# Sets custom source for any requirements with recipes
Expand Down

0 comments on commit 3be1abf

Please sign in to comment.