replaced pycrypto with its successor pycryptodome

This commit is contained in:
Florian Heese 2021-02-03 23:38:36 +01:00
parent 4dc896bf4a
commit a7d2ee32e0
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ Using the above example, let's say we want to only get session keys of the room
megolm_backup.py --into > new-riot-keys.txt
```
You need to have PyCrypto installed in order for this script to work.
You need to have PyCryptodome installed in order for this script to work.
[riotweb-issue6454]: https://github.com/vector-im/riot-web/issues/6454
[jq]: https://stedolan.github.io/jq/

View file

@ -1 +1 @@
pycrypto
pycryptodome