-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Ubuntu 20.04 - Python 3.8 - python-for-android v2020.04.29 - buildozer==1.1.0 - cffi==1.13.2 - Kivy==2.0.0rc2 - Pillow==7.0.0
- Loading branch information
1 parent
2d2a195
commit e160bcb
Showing
6 changed files
with
33 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
coverage==4.4.1 | ||
flake8==3.3.0 | ||
flake8==3.8.2 | ||
isort==4.2.5 | ||
kivyunittest==0.1.8 | ||
eth-accounts==20191227 | ||
eth-hash==0.1.1 | ||
eth-utils==1.4.1 | ||
Kivy==1.11.1 | ||
Kivy==2.0.0rc2 | ||
kivy-garden.kivymd==2019.910 | ||
kivy-garden.qrcode==2019.914 | ||
kivy-garden.zbarcam==2019.1020 | ||
layoutmargin==20190911 | ||
Pillow==5.2.0 | ||
Pillow==7.0.0 | ||
qrcode==5.3 | ||
raven==6.1.0 | ||
web3==5.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
""" | ||
Dummy module so we don't need to install websockets package. | ||
This is being used by the web3 module. | ||
""" |