diff --git a/.gitignore b/.gitignore index 1e13acc5..62393f46 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ pi0 pi_binary devimage/ devimage-buster/ +monero-buster/ diff --git a/requirements.txt b/requirements.txt index e8c720d2..611fc64b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/setup.py b/setup.py index e8a6d4f5..1386e27d 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ version="0.7.10", author="MoneroSigner", author_email="author@example.com", - 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",