forked from MiczFlor/RPi-Jukebox-RFID
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix unavailable repo for pi-rc522 (MiczFlor#2075)
* fix unavailable repo for pi-rc522. Use fix version to ensure compatibility * build trigger * REVERT build trigger * fixed sphinx gpiozero version for pyton < 3.8 * fixed sphinx gpiozero version for pyton >= 3.8
- Loading branch information
1 parent
f803185
commit 6f1efb8
Showing
2 changed files
with
3 additions
and
9 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
9 changes: 1 addition & 8 deletions
9
src/jukebox/components/rfid/hardware/rc522_spi/requirements.txt
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,13 +1,6 @@ | ||
# RC522 related requirements | ||
# You need to install these with `sudo python3 -m pip install --upgrade --force-reinstall -q -r requirements.txt` | ||
|
||
# pi-rc522 use latest version from Github | ||
# This is the original versions. Seems unmaintained for the moment | ||
# git+https://github.com/ondryaso/pi-rc522.git#egg=pi-rc522 | ||
|
||
# The fork of kevinvalk has some good improvements | ||
# https://github.com/kevinvalk/pi-rc522 | ||
# Get the kevinvalk fork yet again from a different fork which ensures compatibility with the Phoniebox | ||
git+https://github.com/ChisSoc/pi-rc522.git#egg=pi-rc522 | ||
pi-rc522==2.3.0 | ||
|
||
|