Skip to content

Commit

Permalink
change in requirement, fix in setup.py, .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
who asks? committed Aug 9, 2024
1 parent a61bf2f commit 9e338a4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ pi0
pi_binary
devimage/
devimage-buster/
monero-buster/
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
-e git+https://github.com/DiosDelRayo/monero-python.git#egg=monero
-e git+https://github.com/DiosDelRayo/polyseed-python.git#egg=polyseed
monero @ git+https://github.com/DiosDelRayo/monero-python.git#egg=monero
polyseed @ git+https://github.com/DiosDelRayo/polyseed-python.git#egg=polyseed
numpy==1.21.1
picamera==1.13
Pillow==8.2.0
-e git+https://github.com/seedsigner/pyzbar.git@c3c237821c6a20b17953efe59b90df0b514a1c03#egg=pyzbar
pyzbar @ git+https://github.com/seedsigner/pyzbar.git@c3c237821c6a20b17953efe59b90df0b514a1c03#egg=pyzbar
qrcode==7.3.1
RPi.GPIO==0.7.0
six==1.16.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
version="0.7.10",
author="MoneroSigner",
author_email="[email protected]",
description="Build an offline, airgapped Bitcoin signing device for less than $50!",
description="Build an offline, airgapped Monero signing device for less than $50!",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/DiosDelRayo/MoneroSigner",
Expand Down

0 comments on commit 9e338a4

Please sign in to comment.