Skip to content

Commit

Permalink
CPython/Dragino: Revert "Use PyCryptodome instead of PyCrypto"
Browse files Browse the repository at this point in the history
This reverts commit a442228.

Apparently, the Dragino LoRaWAN library is not ready for PyCryptodome yet,
see also #108.
  • Loading branch information
amotl committed Nov 1, 2021
1 parent eb3a2db commit cf33021
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
Expand Up @@ -11,4 +11,4 @@ gpiozero==1.5.1
rpi-piusv==0.1.0

# Required for LoRaWAN.
pycryptodome==3.10.1
pycrypto==2.6.1
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -57,7 +57,7 @@
],
'lorawan': [
# Required for LoRaWAN.
'pycryptodome==3.10.1',
'pycrypto==2.6.1',
],

# Victron Energy VE.Direct text protocol driver.
Expand Down

0 comments on commit cf33021

Please sign in to comment.