Skip to content

Commit

Permalink
Use PyCryptodome instead of PyCrypto
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Sep 11, 2021
1 parent 09b541b commit a442228
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-sbc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ gpiozero==1.5.1
rpi-piusv==0.1.0

# Required for LoRaWAN.
pycrypto==2.6.1
pycryptodome==3.10.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
],
'lorawan': [
# Required for LoRaWAN.
'pycrypto==2.6.1',
'pycryptodome==3.10.1',
],
}

Expand Down

0 comments on commit a442228

Please sign in to comment.