Skip to content

Commit

Permalink
fix unavailable repo for pi-rc522 (MiczFlor#2075)
Browse files Browse the repository at this point in the history
* 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
AlvinSchiller committed Oct 10, 2023
1 parent f803185 commit 6f1efb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
3 changes: 2 additions & 1 deletion docs/sphinx/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ readthedocs-sphinx-search
# Install packages for documentation build from package repository
# that are installed on the PI via APT
RPi.GPIO
gpiozero
gpiozero<2.0.0;python_version<'3.8'
gpiozero;python_version>='3.8'
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


0 comments on commit 6f1efb8

Please sign in to comment.