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. Use fix version to ensure compatib…
…ility
- Loading branch information
1 parent
b11606a
commit eab4636
Showing
1 changed file
with
1 addition
and
8 deletions.
There are no files selected for viewing
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 | ||
|
||
|